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