This prototype is build with next.js. Please follow their documentation.
npm install
npm run dev
To build a static version of the prototype into build/
npm run build
npm run lint
You can automatically fix some problems by running
npm run lint -- --fix
tokens.js
contains a list of commonly used variables, such as fonts or mediaqueries/components
holds are components used somewhere in the example pages/data
contains all data, which is displayed in the various components/pages
follows next.js conventions and contains all routes