skolplattformen-backup/packages/site
Rickard Natt och Dag 1bc545fcc0
feat(site): add dark mode
2021-05-11 14:03:26 +02:00
..
__mocks__ chore: update root dependencies (#274) 2021-04-15 17:06:03 +02:00
assets/img fix: gör båda store-knapparna lika stora (#185) 2021-03-12 09:04:37 +01:00
components feat(site): add dark mode 2021-05-11 14:03:26 +02:00
content/locale chore(site): enable strict typescript and fix issues (#327) 2021-04-23 15:52:13 +02:00
data chore(site): enable strict typescript and fix issues (#327) 2021-04-23 15:52:13 +02:00
pages chore(site): enable strict typescript and fix issues (#327) 2021-04-23 15:52:13 +02:00
styles feat(site): add dark mode 2021-05-11 14:03:26 +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(site): enable strict typescript and fix issues (#327) 2021-04-23 15:52:13 +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 Try to improve SEO by generating robots.txt and sitemap.xml. 2021-04-18 14:11:06 +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): add dark mode 2021-05-11 14:03:26 +02:00
tsconfig.json chore(site): enable strict typescript and fix issues (#327) 2021-04-23 15:52:13 +02:00
vercel.json Move vercel.json to root of project 2021-05-10 17:29:26 +02:00
yarn.lock Try to improve SEO by generating robots.txt and sitemap.xml. 2021-04-18 14:11:06 +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