gancio-upstream/docs/dev/dev.md
2022-08-01 14:11:52 +00:00

768 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 issues to discuss any modification.