mat.services/README.md

23 lines
509 B
Markdown
Raw Normal View History

2018-10-14 06:45:44 +00:00
# mat.services [![pipeline status](https://gitlab.com/matthewess/mat.services/badges/master/pipeline.svg)](https://gitlab.com/matthewess/mat.services/commits/master)
2016-04-11 01:09:15 +00:00
2018-10-14 06:45:44 +00:00
> my personal site
2018-02-08 21:21:28 +00:00
## Build Setup
2018-10-14 06:45:44 +00:00
```bash
2018-02-08 21:21:28 +00:00
# install dependencies
2018-10-14 06:45:44 +00:00
$ yarn install
2018-02-08 21:21:28 +00:00
2018-02-09 18:01:38 +00:00
# serve with hot reload at localhost:3000
2018-10-14 06:45:44 +00:00
$ yarn dev
2018-02-08 21:21:28 +00:00
2018-02-09 18:01:38 +00:00
# build for production and launch server
2018-10-14 06:45:44 +00:00
$ yarn build
$ yarn start
2018-02-08 23:02:36 +00:00
2018-02-09 18:01:38 +00:00
# generate static project
2018-10-14 06:45:44 +00:00
$ yarn generate
2018-02-08 21:21:28 +00:00
```
2018-10-14 06:45:44 +00:00
For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).