mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
768 B
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
- 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 "Warning" You need to register a first user, this will be an active administrator!
Please use the issues to discuss any modification.