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,15 +1,25 @@
# gancio
an event manager for radical communities
[WIP]
# dev
:warning: Gancio is under heavy development,
if something is not working as expected, it's expected :D
#### Install
We provide a docker way to run **gancio**.
```
git clone https://git.lattuga.net/lesion/gancio.git
cd gancio
docker-compose up -d
```
#### Development
both backend (`/app`) and frontend(`/client`) are in this repo.
backend stack: node.js, express, sequelize.
frontend stack: vue, webpack, boostrap
```
git clone https://github.com/lesion/gancio.git
git clone https://git.lattuga.net/lesion/gancio.git
cd gancio
# install back-end dependencies
yarn

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
```