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
Repository from Github https://github.comstack-auth/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