Make sure to install the dependencies:
# npm
npm install
## Development Server
Start the development server on `http://localhost:3000`:
```bash
## Production
Build the application for production:
```bash
# npm
npm run build
Locally preview production build:
# npm
npm run preview