netlify-sandbox/README.md
2018-10-29 12:12:36 -07:00

20 lines
309 B
Markdown

# StarlingX website
This is the public repo to mantain the StarlingX website at starlingx.io.
## Installation instructions
### Install vuepress globally
```
npm install -g vuepress
```
### Install npm packages
```
npm install
```
### Run vuepress ('site' tells it where to look)
```
vuepress dev site
```