Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bwc9876/wcpci
West Chester Programming Competition Improved
https://github.com/bwc9876/wcpci
astro competitive-programming nix rocket rust tailwindcss web
Last synced: 23 days ago
JSON representation
West Chester Programming Competition Improved
- Host: GitHub
- URL: https://github.com/bwc9876/wcpci
- Owner: Bwc9876
- Created: 2024-03-10T02:53:56.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-05-09T20:52:25.000Z (8 months ago)
- Last Synced: 2024-05-09T21:50:38.713Z (8 months ago)
- Topics: astro, competitive-programming, nix, rocket, rust, tailwindcss, web
- Language: Rust
- Homepage:
- Size: 60.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WCPC WIP Thing
This is a work in progress thing for the WCPC. It's a thing. It's a work in progress. It's a thing that's a work in progress
## Dev Setup
1. `nix develop`
2. `just setup`
3. Fill `.dev.env` file with the correct values for your setupNow run `just-dev` to build the frontend and start the backend.
If you need to auto-rebuild the frontend on changes too, run `just dev-watch`.
Once either are run, connect to `http://localhost:8000` to see the frontend
### OAuth No Workies
Make sure you're doing `localhost:8000` and not `127.0.0.1:8000`.
Callback URLs are pointing to `localhost` and not `127.0.0.1`
so CORS will kick in and block state cookie access.## Production Setup
--TODO