2019-05-30 12:04:14 +02:00
|
|
|
## gancio
|
|
|
|
### event manager for radical communities
|
2019-04-02 23:23:45 +02:00
|
|
|
|
2019-05-30 12:04:14 +02:00
|
|
|
> :warning: Gancio is under heavy development,
|
|
|
|
> if something is not working as expected, it's expected :D
|
2019-04-02 23:23:45 +02:00
|
|
|
|
|
|
|
|
2019-05-30 12:04:14 +02:00
|
|
|
## Install
|
2019-04-02 23:23:45 +02:00
|
|
|
``` bash
|
|
|
|
# install dependencies
|
|
|
|
$ yarn install
|
|
|
|
|
|
|
|
# build for production and launch server
|
2019-05-30 12:04:14 +02:00
|
|
|
$ yarn build
|
2019-04-02 23:23:45 +02:00
|
|
|
$ yarn start
|
|
|
|
|
|
|
|
```
|
|
|
|
|
2019-05-30 12:04:14 +02:00
|
|
|
##### nginx setup
|
|
|
|
https://nuxtjs.org/faq/nginx-proxy
|
|
|
|
|
2019-04-02 23:23:45 +02:00
|
|
|
For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).
|
2019-05-30 12:04:14 +02:00
|
|
|
|
|
|
|
|
|
|
|
## Hacking
|
|
|
|
|
|
|
|
``` bash
|
|
|
|
$ yarn dev
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
#### Add a new icon
|
|
|
|
|
|
|
|
plugin/vue-awesome.js
|