This is the website for Öppna skolplattformen. It's built using Next.js. Most of the site content can be found in the components folder.
Have a look at the overall readme for general instructions on getting started.
Run the following commands from the packages/site
directory.
$ yarn
$ yarn dev
Open your favorite browser to http://localhost:3000
Build a release version of the site with:
$ yarn build
$ yarn lint
$ yarn test