# Install required packages
$ yarn
# Run the development server
$ yarn dev
The dev server starts on http://localhost:3000
Use the following commands to ensure your code meets our coding standards:
$ yarn prettier
$ yarn lint
When changes are merged into the master branch, the application is automatically deployed to Vercel:
Production site: TBA