First, we need to install the dependencies.
yarn install
Then run the development server:
yarn dev
Open http://localhost:3000 with your browser to see the application.
To create a production build, run:
yarn build
Then start the production server:
yarn start
Project documentaion can be found here