gancio-upstream/docs/dev/dev.md
2019-07-27 01:26:05 +02:00

435 B

layout title permalink nav_order has_children
default Hacking /dev 5 true

Development Stack

Gancio is built with following technologies:

  • Nuxt.js
  • Vue.js
  • Express
  • Node.js
  • Sequelize
  • Element.ui

Testing on your own machine

  1. Download source
git clone https://git.lattuga.net/cisti/gancio
  1. Install dependencies
yarn
  1. Hacking
yarn dev