Copy the .env.example
and rename it to .env.local
.
Fill in the correct values for the variables.
For running it in combination with udb3-backend on Docker,
a sample .env
is available in appconfig.
# install dependencies
$ yarn
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
For detailed explanation on how things work, check out Next.js docs.
$ yarn storybook