skolplattformen-backup/packages/site
Rickard Natt och Dag c4b2e51a81
chore(deps): uppdatera dependencies (#169)
2021-02-21 15:30:10 +01:00
..
__mocks__ Add Jest setup to site 2021-02-05 14:54:59 +01:00
assets/img refactor(site): byt till tailwind för styling (#128) 2021-02-17 18:56:05 +01:00
components fix: 🐛 Länk till issues 2021-02-18 14:33:03 +01:00
pages refactor(site): byt till tailwind för styling (#128) 2021-02-17 18:56:05 +01:00
styles refactor(site): byt till tailwind för styling (#128) 2021-02-17 18:56:05 +01:00
utils Fix handling of Swedish currency 2021-02-05 13:32:03 +01:00
.babelrc Add Jest setup to site 2021-02-05 14:54:59 +01:00
.eslintrc.yml Add Jest setup to site 2021-02-05 14:54:59 +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.config.js Add Prettier 2021-02-05 10:09:42 +01:00
package.json chore(deps): uppdatera dependencies (#169) 2021-02-21 15:30:10 +01: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
yarn.lock chore(deps): uppdatera dependencies (#169) 2021-02-21 15:30:10 +01: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