skolplattformen-backup/packages/site
Erik Hellman fee937ac76 moved everything back to root 2021-09-21 21:53:20 +02:00
..
__mocks__ moved everything back to root 2021-09-21 21:53:20 +02:00
assets moved everything back to root 2021-09-21 21:53:20 +02:00
components moved everything back to root 2021-09-21 21:53:20 +02:00
content moved everything back to root 2021-09-21 21:53:20 +02:00
pages moved everything back to root 2021-09-21 21:53:20 +02:00
styles moved everything back to root 2021-09-21 21:53:20 +02:00
utils moved everything back to root 2021-09-21 21:53:20 +02:00
.babelrc moved everything back to root 2021-09-21 21:53:20 +02:00
.eslintrc.json moved everything back to root 2021-09-21 21:53:20 +02:00
.gitignore moved everything back to root 2021-09-21 21:53:20 +02:00
.nvmrc moved everything back to root 2021-09-21 21:53:20 +02:00
.prettierrc moved everything back to root 2021-09-21 21:53:20 +02:00
README.md moved everything back to root 2021-09-21 21:53:20 +02:00
jest.config.js moved everything back to root 2021-09-21 21:53:20 +02:00
next-env.d.ts moved everything back to root 2021-09-21 21:53:20 +02:00
next-sitemap.js moved everything back to root 2021-09-21 21:53:20 +02:00
next.config.js moved everything back to root 2021-09-21 21:53:20 +02:00
package.json moved everything back to root 2021-09-21 21:53:20 +02:00
postcss.config.js moved everything back to root 2021-09-21 21:53:20 +02:00
tailwind.config.js moved everything back to root 2021-09-21 21:53:20 +02:00
tsconfig.json moved everything back to root 2021-09-21 21:53:20 +02:00
vercel.json moved everything back to root 2021-09-21 21:53:20 +02:00
yarn.lock moved everything back to root 2021-09-21 21:53:20 +02:00

README.md

Öppna skolplattformen

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.

Getting started

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

Running tests

$ yarn lint
$ yarn test