gancio-upstream/README.md

26 lines
457 B
Markdown
Raw Normal View History

2019-02-26 01:29:41 +01:00
# gancio
an event manager for radical communities
[WIP]
# dev
2019-02-26 01:30:12 +01:00
both backend (`/app`) and frontend(`/client`) are in this repo.
2019-02-26 01:29:41 +01:00
backend stack: node.js, express, sequelize.
frontend stack: vue, webpack, boostrap
```
git clone https://github.com/lesion/gancio.git
cd gancio
# install back-end dependencies
yarn
# run back-end in development mode
yarn dev
cd client
# install front-end dependencies
yarn
# run front-end in development mode
yarn dev
```