Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 288 Bytes

File metadata and controls

25 lines (22 loc) · 288 Bytes

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