This repository contains the source code for the front-end of the Nationskollen web application. It contains both the admin interface, as well as the regular user interface. Uses Next.js.
All documentation for Nationskollen is available here.
Refer to the "Initial setup" section of the SDK README for setting up Github Package Registry authtentication. This only has to be done once and will work for all other repositories as well.
npm install
npm run dev
npm run dev
- Start the development servernpm run build
- Build a static version of the websitenpm run start
- Start a HTTP server, serving the built static websitenpm run format
- Formats all codenpm run docs
- Generate documentation in docsnpm run docs:watch
- Generate documentation and watch for changes