gancio/docs/dev/dev.md
2020-02-15 15:42:41 +01:00

806 B

layout title permalink nav_order has_children
default Hacking /dev 5 true

Development Stack

Gancio is built with following technologies:

Testing on your own machine

  1. Download source
git clone https://framagit.org/les/gancio
  1. Install dependencies
yarn
  1. Run db migrations
./node_modules/.bin/sequelize db:migrate
  1. Hacking
yarn dev

warning "Warning" You need to register a first user, this will be an active administrator!

Please use the issue board and the forum to discuss any modification.