skolplattformen-backup/packages/site
Viktor Sarström 5b914ffed0 Bump build and renamed HB to AB 2021-09-12 19:28:40 +02:00
..
__mocks__ chore: update root dependencies (#274) 2021-04-15 17:06:03 +02:00
assets pdf: add JO_anmalan 2021-09-01 14:45:32 +02:00
components Bump build and renamed HB to AB 2021-09-12 19:28:40 +02:00
content fix: remove flash msg for now 2021-08-17 00:04:49 +02:00
pages chore: clean up typings and run prettier on all files 2021-09-09 19:57:04 +02:00
styles fix(site): dark mode icons (#396) 2021-05-17 07:14:13 +02:00
utils chore(site): enable strict typescript and fix issues (#327) 2021-04-23 15:52:13 +02:00
.babelrc Add Jest setup to site 2021-02-05 14:54:59 +01:00
.eslintrc.json chore: clean up typings and run prettier on all files 2021-09-09 19:57:04 +02:00
.gitignore Try to improve SEO by generating robots.txt and sitemap.xml. 2021-04-18 14:11:06 +02:00
.nvmrc Add nvmrc in site 2021-02-05 15:11:34 +01:00
.prettierrc Add Prettier 2021-02-05 10:09:42 +01:00
README.md Update readme files. 2021-04-18 21:31:22 +02:00
jest.config.js test: fix broken tests (#57) 2021-02-08 14:28:19 +01:00
next-env.d.ts refactor(site): use typescript (#225) 2021-03-30 20:34:40 +02:00
next-sitemap.js Fix lint warnings. 2021-04-18 18:11:00 +02:00
next.config.js chore(site): fix eslint (#272) 2021-04-15 17:16:02 +02:00
package.json chore: clean up typings and run prettier on all files 2021-09-09 19:57:04 +02:00
postcss.config.js refactor(site): byt till tailwind för styling (#128) 2021-02-17 18:56:05 +01:00
tailwind.config.js feat(site): dark mode (#393) 2021-05-17 07:09:33 +02:00
tsconfig.json chore: clean up typings and run prettier on all files 2021-09-09 19:57:04 +02:00
vercel.json chore: clean up typings and run prettier on all files 2021-09-09 19:57:04 +02:00
yarn.lock chore: clean up typings and run prettier on all files 2021-09-09 19:57:04 +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