2019-06-26 17:25:31 +02:00
2019-06-11 18:26:06 +02:00
2019-06-10 01:25:05 +02:00
2019-06-26 17:24:16 +02:00
2019-06-26 14:44:21 +02:00
2019-06-26 17:11:37 +02:00
2019-06-26 14:44:21 +02:00
2019-06-26 17:24:16 +02:00
.
2019-05-30 12:12:51 +02:00
2019-04-03 00:25:12 +02:00
.
2019-06-07 17:02:33 +02:00
2019-06-26 14:49:19 +02:00
2019-04-03 00:25:12 +02:00
2019-06-26 14:44:21 +02:00
2019-06-26 17:25:31 +02:00
2019-06-08 14:32:35 +02:00

gancio

event manager for radical communities

⚠️ Gancio is under heavy development, if something is not working as expected, it's expected :D

Install

You will need npm or yarn installed in your system.

# clone this repo
git clone https://git.lattuga.net/cisti/gancio.git
cd gancio

# install dependencies
yarn install

# edit configuration
cp config.example.js config.js

# - migrate/create test sqlite db
yarn migrate:dev

# testing with sqlite db
yarn dev

# - migrate/create production db
yarn migrate

# build for production and launch server
yarn build
yarn start

Description
No description provided
Readme 31 MiB
Languages
JavaScript 57.7%
Vue 36.8%
PHP 2.8%
Svelte 1.4%
Pug 0.6%
Other 0.6%