https://github.com/hexclave/hackathon-curator
https://github.com/hexclave/hackathon-curator
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hexclave/hackathon-curator
- Owner: hexclave
- Created: 2025-09-06T18:42:53.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2026-01-29T18:27:55.000Z (6 months ago)
- Last Synced: 2026-05-04T20:41:16.347Z (3 months ago)
- Language: TypeScript
- Size: 168 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```