This commit is contained in:
lesion
2019-06-08 13:18:47 +02:00
parent c408c44676
commit d6501b1a5b
17 changed files with 63 additions and 34 deletions

View File

@@ -6,13 +6,32 @@
## Install
You will need `npm` or `yarn` installed in your system.
``` bash
# clone this repo
git clone https://git.lattuga.net/cisti/gancio.git
cd gancio
# install dependencies
$ yarn install
yarn install
# edit configuration
cp config.example.js config.js
# - migrate/create test sqlite db
yarn migrate:dev
# testing with sqlite db
yarn dev
# - migrate/create production db
yarn migrate
# build for production and launch server
$ yarn build
$ yarn start
yarn build
yarn start
```
@@ -27,8 +46,4 @@ For detailed explanation on how things work, checkout [Nuxt.js docs](https://nux
``` bash
$ yarn dev
```
#### Add a new icon
plugin/vue-awesome.js
```