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

37 lines
No EOL
634 B
Markdown

---
layout: default
title: Hacking
permalink: /dev
nav_order: 5
has_children: true
---
### Development Stack
**Gancio** is built with following technologies:
- [Nuxt.js](https://nuxtjs.org/)
- [Vue.js](https://vuejs.org/)
- Express
- Node.js
- [Sequelize](https://sequelize.org/)
- Element.ui
### Testing on your own machine
2. Download source
```bash
git clone https://framagit.org/les/gancio
```
3. Install dependencies
```bash
yarn
```
4. Hacking
```bash
yarn dev
```
Please use the [issue board](https://framagit.org/les/gancio/-/boards) and the [forum](https://framavox.org/g/hMXTDgtJ/gancio) to discuss any modification.