Development Stack

Gancio is built with following technologies:

Testing on your own machine

  1. Download source
    git clone https://framagit.org/les/gancio
    
  2. Install dependencies
    yarn
    
  3. Run db migrations
    ./node_modules/.bin/sequelize db:migrate
    
  4. 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.


Table of contents