gancio/docs/dev/dev.md
2019-09-24 11:46:11 +02:00

634 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. Hacking
yarn dev

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