No description
Find a file
2019-06-09 00:45:50 +02:00
.vscode . 2019-06-06 23:54:32 +02:00
assets . 2019-06-09 00:45:50 +02:00
components . 2019-06-09 00:45:50 +02:00
layouts . 2019-06-09 00:45:50 +02:00
locales . 2019-06-09 00:45:50 +02:00
pages . 2019-06-09 00:45:50 +02:00
plugins . 2019-06-09 00:45:50 +02:00
server . 2019-06-09 00:45:50 +02:00
static . 2019-05-30 12:12:51 +02:00
store . 2019-06-09 00:45:50 +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 . 2019-06-08 13:18:47 +02:00
nuxt.config.js . 2019-06-07 17:02:33 +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