Build fork of Gancio
Find a file
2019-06-12 17:10:43 +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 fix #8 2019-06-11 17:24:48 +02:00
layouts . 2019-06-09 00:45:50 +02:00
locales fix #10 choose upload path in config.js 2019-06-11 17:44:11 +02:00
pages cleaning 2019-06-11 23:53:16 +02:00
plugins fix #10 choose upload path in config.js 2019-06-11 17:44:11 +02:00
server cleaning 2019-06-11 23:53:16 +02:00
static . 2019-05-30 12:12:51 +02:00
store . 2019-06-09 00:45:50 +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 . 2019-06-07 17:02:33 +02:00
config.example.js config fix 2019-06-12 17:10:43 +02:00
nuxt.config.js locale via config 2019-06-10 01:25:05 +02:00
package.json cleaning 2019-06-08 14:25:33 +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