skolplattformen-backup/packages/site
Rickard Natt och Dag f223eed808
chore: update root dependencies (#274)
2021-04-15 17:06:03 +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 chore: ta bort console.log (#238) 2021-04-01 09:50:43 +02:00
content/locale refactor(site): use typescript (#225) 2021-03-30 20:34:40 +02:00
data feat(site): uppdatera timeline med april (#264) 2021-04-07 14:03:41 +02:00
pages chore(site): byt ordning på tidslinje och namn till aktuellt (#235) 2021-04-01 08:00:16 +02:00
styles refactor(site): byt till tailwind för styling (#128) 2021-02-17 18:56:05 +01:00
utils chore: update root dependencies (#274) 2021-04-15 17:06:03 +02:00
.babelrc Add Jest setup to site 2021-02-05 14:54:59 +01:00
.eslintrc.json chore(app): fixa eslintfel, lägg till lint check i workflow (#171) 2021-02-21 16:43:24 +01:00
.gitignore feat: add Q&A page 2021-02-09 21:39:32 +01: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 docs: uppdatera dokumentation (#123) 2021-02-17 09:50:42 +01: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.config.js chore: använd redirect istället för rewrite (#236) 2021-04-01 08:08:37 +02:00
package.json chore: update root dependencies (#274) 2021-04-15 17:06:03 +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 refactor(site): byt till tailwind för styling (#128) 2021-02-17 18:56:05 +01:00
tsconfig.json refactor(site): use typescript (#225) 2021-03-30 20:34:40 +02:00
yarn.lock chore: update root dependencies (#274) 2021-04-15 17:06:03 +02:00

README.md

Öppna Skolplattformen

This is the website for Öppna Skolplattformen. It's built using Next.js.

Get started

$ yarn
$ yarn dev

Open your favorite browser to http://localhost:3000

Running tests

$ yarn test