07d3601fd645422f75b24a9d987ce4c771bb80b2
cannot use baseurl here (wouldn't work in dev mode)
gancio
an event manager for radical communities
⚠️ 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 but you can also manually install it.
git clone https://git.lattuga.net/lesion/gancio.git
cd gancio
# copy .env into .env.production and edit it
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://git.lattuga.net/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
Migrate / Backup
- db
- images
Description
Languages
JavaScript
57.7%
Vue
36.8%
PHP
2.8%
Svelte
1.4%
Pug
0.6%
Other
0.6%