Install dependencies:
yarn
Now, you can start a local web server by running:
yarn run dev
And then open http://localhost:3000/ to view it in the browser.
In this project, you can run the following scripts:
| Script | Description |
|---|---|
| yarn run dev | Runs the app in the development mode. |
| yarn run build | Builds the app for production to the .next folder. |