Development Stack
Gancio is built with following technologies:
Testing on your own machine
- Download source
git clone https://framagit.org/les/gancio
- Install dependencies
yarn
- Run db migrations
./node_modules/.bin/sequelize db:migrate
- Hacking
yarn dev
Warning
You need to register a first user, this will be an active administrator!
Please use the issues to discuss any modification.