skolplattformen-backup/packages/site
Christian Landgren b8f6b0c53c Merge branch 'chore/audit-fix' into feat/history-update-july 2021-08-16 23:54:05 +02:00
..
__mocks__ chore: update root dependencies (#274) 2021-04-15 17:06:03 +02:00
assets asset: added Certezza pdf 2021-07-16 15:04:35 +02:00
components Merge branch 'chore/audit-fix' into feat/history-update-july 2021-08-16 23:54:05 +02:00
content fix: flash was in js, now ts 2021-08-14 13:07:10 +02:00
pages chore: remove old code 2021-07-31 01:24:24 +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(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 feat: load timeline dynamically from Google Sheet 2021-07-30 17:13:59 +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(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 chore: merge yarn.lock with main 2021-08-16 23:45:56 +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