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

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.

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