2019-07-26 23:53:02 +02:00
|
|
|
---
|
|
|
|
layout: default
|
|
|
|
title: Hacking
|
|
|
|
permalink: /dev
|
|
|
|
nav_order: 5
|
2019-07-27 01:26:05 +02:00
|
|
|
has_children: true
|
2019-07-26 23:53:02 +02:00
|
|
|
---
|
|
|
|
|
|
|
|
### Development Stack
|
|
|
|
|
|
|
|
**Gancio** is built with following technologies:
|
|
|
|
|
|
|
|
- [Nuxt.js](https://nuxtjs.org/)
|
2019-08-06 01:12:05 +02:00
|
|
|
- [Vue.js](https://vuejs.org/)
|
2019-07-26 23:53:02 +02:00
|
|
|
- Express
|
|
|
|
- Node.js
|
2019-08-06 01:12:05 +02:00
|
|
|
- [Sequelize](https://sequelize.org/)
|
2019-07-26 23:53:02 +02:00
|
|
|
- Element.ui
|
|
|
|
|
|
|
|
### Testing on your own machine
|
|
|
|
|
|
|
|
2. Download source
|
|
|
|
```bash
|
|
|
|
git clone https://git.lattuga.net/cisti/gancio
|
|
|
|
```
|
|
|
|
|
|
|
|
3. Install dependencies
|
|
|
|
```bash
|
|
|
|
yarn
|
|
|
|
```
|
|
|
|
|
|
|
|
4. Hacking
|
|
|
|
```bash
|
|
|
|
yarn dev
|
|
|
|
```
|