skolplattformen-backup/apps/website/README.md

27 lines
579 B
Markdown
Raw Permalink Normal View History

2021-04-18 19:31:22 +00:00
# Öppna skolplattformen
2021-02-17 08:50:42 +00:00
2021-04-18 19:31:22 +00:00
This is the website for Öppna skolplattformen. It's built using [Next.js](http://nextjs.org/). Most of the site content can be found in the [components folder](components).
2021-02-17 08:50:42 +00:00
2021-04-18 19:31:22 +00:00
## Getting started
2021-02-17 08:50:42 +00:00
2021-04-18 19:31:22 +00:00
Have a look at the [overall readme](../../) for general instructions on getting started.
Run the following commands from the `packages/site` directory.
```bash
2021-02-17 08:50:42 +00:00
$ yarn
$ yarn dev
```
Open your favorite browser to http://localhost:3000
2021-04-18 19:31:22 +00:00
Build a release version of the site with:
```bash
$ yarn build
```
2021-02-17 08:50:42 +00:00
## Running tests
2021-04-18 19:31:22 +00:00
```bash
$ yarn lint
2021-02-17 08:50:42 +00:00
$ yarn test
```