skolplattformen-backup/apps/website/README.md

27 lines
579 B
Markdown

# Öppna skolplattformen
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).
## Getting started
Have a look at the [overall readme](../../) for general instructions on getting started.
Run the following commands from the `packages/site` directory.
```bash
$ yarn
$ yarn dev
```
Open your favorite browser to http://localhost:3000
Build a release version of the site with:
```bash
$ yarn build
```
## Running tests
```bash
$ yarn lint
$ yarn test
```