This commit is contained in:
lesion
2019-03-20 15:18:30 +01:00
parent 03797aa276
commit 3cdffbfb46
2 changed files with 14 additions and 33 deletions

View File

@@ -1,29 +0,0 @@
# Gancio
an event manager for local communities
##Install
We provide a docker way to run **gancio**.
```
git clone
```
##Development
```
```
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```