Install dependencies:
yarn
Run the development server:
yarn dev
Open http://localhost:3000.
The code is formatted with Prettier. The best thing is to set it up in your editor, but you can also run this to manually format:
yarn fmt
Sometimes the development environment and production build differ.
yarn build
yarn start