Build fork of Gancio
Find a file
2019-03-03 01:09:56 +01:00
app update place api and admin ui 2019-03-03 01:04:24 +01:00
client lot of fixes & cleaning 2019-03-03 01:09:56 +01:00
config lot of fixes & cleaning 2019-03-03 01:09:56 +01:00
emails first commit backend 2019-02-26 00:02:42 +01:00
locales first commit backend 2019-02-26 00:02:42 +01:00
views/feed lot of fixes & cleaning 2019-03-03 01:09:56 +01:00
.editorconfig first commit backend 2019-02-26 00:02:42 +01:00
.eslintrc.js front end, config 2019-02-26 01:17:52 +01:00
.gitignore fix ics and rss export with filters 2019-02-26 12:39:01 +01:00
db.sqlite add dev db 2019-02-26 01:25:03 +01:00
package.json first commit backend 2019-02-26 00:02:42 +01:00
README.md ... 2019-02-26 01:30:12 +01:00
server.js fix internal routing 2019-02-26 14:08:24 +01:00

gancio

an event manager for radical communities [WIP]

dev

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