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

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

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
```