UNCLASSIFIED

README.md 465 Bytes
Newer Older
Graham Smith's avatar
Graham Smith committed
1
# launchboard
ckwolff's avatar
ckwolff committed
2

Graham Smith's avatar
Graham Smith committed
3 4
Static site for https://launchboard.dsop.io (coming soon)
(staging available now: https://launchboard.preprod.dsop.io)
graham.smith's avatar
graham.smith committed
5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40

## Project setup

```
npm install
```

### Compiles and hot-reloads for development

```
npm run serve
```

### Compiles and minifies for production

```
npm run build
```

### Run your unit tests

```
npm run test:unit
```

### Run your end-to-end tests

```
npm run test:e2e
```

### Lints and fixes files

```
npm run lint
```