gancio/docs/dev.md
lesion f63d32c067 start docs with jekyll
and just the docs
2019-07-12 23:20:55 +02:00

406 B

layout title permalink nav_order
default Develop /dev 5

Development Stack

Gancio is built with following technologies:

  • Nuxt.js
  • Vue.js
  • Express
  • 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