Make sure to install the dependencies:
# yarn
yarn install
## Development Server
Start the development server on `http://localhost:3000`
```bash
yarn devBuild the application for production:
yarn buildLocally preview production build:
yarn preview