https://github.com/aquapi/csp-hackathon
Hackathon server for CSP
https://github.com/aquapi/csp-hackathon
Last synced: 9 months ago
JSON representation
Hackathon server for CSP
- Host: GitHub
- URL: https://github.com/aquapi/csp-hackathon
- Owner: aquapi
- Created: 2025-09-01T18:01:05.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-02T08:10:57.000Z (10 months ago)
- Last Synced: 2025-09-02T10:11:47.076Z (10 months ago)
- Language: TypeScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# csphackathon
CSP Hackathon server templates.
## Installation
Requirements: [bun](https://bun.sh).
```sh
# Install all dependencies
bun i
# Start the server
bun start
```
## Project structure
```
csphackathon/
└── src/
├── config/ # Contest configurations
│ └── problems/ # Problems and checkers
├── views/ # HTML utilities
└── routes/ # Pages and API routes
```