An open API service indexing awesome lists of open source software.

https://github.com/hexclave/hackathon-curator


https://github.com/hexclave/hackathon-curator

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

          

# hackathon-curator

Run the algo server:
```
cd algo
npm install
npm run dev
# localhost:3005
```

Run the test server:
```
cd test-server
npm install
npm run dev
# localhost:3030
```

Run the curator extension:
```
cd curator
npm install
npm run watch
npm run dev #in new terminal
```