First, run the development server:
pnpm dev| Script | Description |
|---|---|
dev |
Runs application in development mode |
build |
Builds the application in production mode |
start |
Runs the production application |
format |
Format the code with Prettier |
format:check |
Checks for unformatted files |
lang |
Generates translation files in locale directory |
lint |
Lint the code with ESLint |
test |
Runs e2e tests |
typecheck |
Checks that code compiles with typescript |
This project can be found at https://burgo.vercel.app. This project is deployed on Vercel. To release changes simply commit changes to the main branch.