https://github.com/fairfield-programming/fpa-learn
📚 The learning platform for the Fairfield Programming Association.
https://github.com/fairfield-programming/fpa-learn
Last synced: 9 months ago
JSON representation
📚 The learning platform for the Fairfield Programming Association.
- Host: GitHub
- URL: https://github.com/fairfield-programming/fpa-learn
- Owner: fairfield-programming
- Created: 2024-01-05T15:38:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-07T14:54:46.000Z (almost 2 years ago)
- Last Synced: 2025-01-31T05:53:20.404Z (11 months ago)
- Language: TypeScript
- Homepage: https://fairfieldprogramming.org
- Size: 10.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fairfield Programming Association Learning System
## Setup
Use Node Version 20.9.
```bash
nvm use 20.9
```
## Development Mode
```bash
pnpm i && pnpm run dev
```