Spaces:
Sleeping
Sleeping
Update README
Browse files
README.md
CHANGED
@@ -27,7 +27,7 @@ Simply open a pull request to update src/data/conferences.yml.
|
|
27 |
|
28 |
## How to run locally
|
29 |
|
30 |
-
If you want to work locally using your own IDE, you can clone this repo and push changes.
|
31 |
|
32 |
The only requirement is having Node.js & npm installed - [install with nvm](https://github.com/nvm-sh/nvm#installing-and-updating)
|
33 |
|
@@ -35,10 +35,10 @@ Follow these steps:
|
|
35 |
|
36 |
```sh
|
37 |
# Step 1: Clone the repository using the project's Git URL.
|
38 |
-
git clone https://github.com/
|
39 |
|
40 |
# Step 2: Navigate to the project directory.
|
41 |
-
cd ai-deadlines
|
42 |
|
43 |
# Step 3: Install the necessary dependencies.
|
44 |
npm i
|
|
|
27 |
|
28 |
## How to run locally
|
29 |
|
30 |
+
If you want to work locally using your own IDE, you can clone this repo and push changes.
|
31 |
|
32 |
The only requirement is having Node.js & npm installed - [install with nvm](https://github.com/nvm-sh/nvm#installing-and-updating)
|
33 |
|
|
|
35 |
|
36 |
```sh
|
37 |
# Step 1: Clone the repository using the project's Git URL.
|
38 |
+
git clone https://github.com/huggingface/ai-deadlines
|
39 |
|
40 |
# Step 2: Navigate to the project directory.
|
41 |
+
cd ai-deadlines
|
42 |
|
43 |
# Step 3: Install the necessary dependencies.
|
44 |
npm i
|