skolplattformen-backup/apps/website
Erik Hellman ba529def21 moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
..
__mocks__ moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
assets moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
components moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
content moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
pages moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
styles moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
utils moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
.babelrc moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
.eslintrc.json moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
.gitignore moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
.nvmrc moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
.prettierrc moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
README.md moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
jest.config.js moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
next-env.d.ts moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
next-sitemap.js moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
next.config.js moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
package.json moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
postcss.config.js moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
tailwind.config.js moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
tsconfig.json moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
vercel.json moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
yarn.lock moved site and app to new directory structure 2021-10-03 21:16:40 +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