This is the frontend repository of Boardy. It's a simple React app that consists of a single page.
The board is meant to be used as a progress tracker during training.
- Clone the repository
- Install dependencies with
npm install
- Start the development server with
npm run dev
- Build the app with
npm run build
- Start the production server with
npm start