Skip to content

Commit 880ccbc

Browse files
Update README.md
1 parent 70fd31f commit 880ccbc

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,17 @@ An API listing programming contests across multiple platforms
33

44

55
## Building locally
6-
1. To install the dependencies, run
6+
1. To install the dependencies, run from inside this directory.
77
```
88
npm install
9-
```
10-
from inside this directory.
9+
```
1110

1211

1312
2. To use the Kaggle API, sign up for a Kaggle account at https://www.kaggle.com. Then go to the 'Account' tab of your user profile (https://www.kaggle.com/account) and select 'Create API Token'. This will trigger the download of kaggle.json, a file containing your API credentials.
1413
Create a file named `secrets.json` inside the cloned repo. Add your kaggle username and APIKEY to in the format prescribed in `secrets.json.example` file.
1514

1615

17-
3. To start the server, run
16+
3. To start the server, run.
1817
```
1918
npm start
2019
```

0 commit comments

Comments
 (0)