This commit is contained in:
2024-12-24 11:05:36 +07:00
parent 8da6db58fa
commit adc1533962
2 changed files with 2 additions and 197 deletions

View File

@@ -15,25 +15,13 @@ To get a local copy up and running follow these simple steps.
### Installation
1. Clone the repository:
```sh
git clone https://github.com/your-username/my-antd-app.git
```
2. Navigate to the project directory:
```sh
cd my-antd-app
```
3. Install the dependencies
1. Install the dependencies
```sh
npm install
```
4. Running the App
2. Running the App
```sh
npm start