No description
Find a file
2019-06-22 18:54:35 +02:00
.vscode update kanban 2019-06-11 18:26:06 +02:00
assets locale via config 2019-06-10 01:25:05 +02:00
components better config / install from cli / allow_registration 2019-06-21 23:52:18 +02:00
config better config / install from cli / allow_registration 2019-06-21 23:52:18 +02:00
layouts fix from mounted to asyncData/fetch, fix #12 2019-06-12 22:26:28 +02:00
locales better config / install from cli / allow_registration 2019-06-21 23:52:18 +02:00
pages better config / install from cli / allow_registration 2019-06-21 23:52:18 +02:00
plugins better config / install from cli / allow_registration 2019-06-21 23:52:18 +02:00
server v0.9.5 2019-06-22 18:54:35 +02:00
static . 2019-05-30 12:12:51 +02:00
store better config / install from cli / allow_registration 2019-06-21 23:52:18 +02:00
views/feed fix #10 choose upload path in config.js 2019-06-11 17:44:11 +02:00
.editorconfig start with nuxt 2019-04-03 00:25:12 +02:00
.eslintrc.js . 2019-06-07 17:02:33 +02:00
.gitignore cleaning 2019-06-08 14:25:33 +02:00
.prettierrc start with nuxt 2019-04-03 00:25:12 +02:00
.sequelizerc better config / install from cli / allow_registration 2019-06-21 23:52:18 +02:00
config.example.js config fix 2019-06-12 17:10:43 +02:00
nuxt.config.js better config / install from cli / allow_registration 2019-06-21 23:52:18 +02:00
package.json v0.9.5 2019-06-22 18:54:35 +02:00
README.md cleaning 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