This guide will help you set up this project.
This project is configured to work with GitHub Codespaces. To use it, simply open the project in a Codespace using GitHub's UI.
- Node Version Manager: nvm
cp .env .env.local
nvm use
# install packages
npm install
# run development server
npm start
# lint code
npm run lint
# fix / format code
npm run lint:fix
# regenerate PocketBase types
npm run typegen
# production build
npm run build