Skip to content

cultuurnet/udb3-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

udb3-frontend

Environment Variables

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.

Build Setup

# 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.

Storybook

$ yarn storybook