mirror of
https://framagit.org/les/gancio.git
synced 2025-02-01 00:52:01 +01:00
34 lines
406 B
Markdown
34 lines
406 B
Markdown
|
---
|
||
|
layout: default
|
||
|
title: Develop
|
||
|
permalink: /dev
|
||
|
nav_order: 5
|
||
|
---
|
||
|
|
||
|
### Development Stack
|
||
|
|
||
|
**Gancio** is built with following technologies:
|
||
|
|
||
|
- [Nuxt.js](https://nuxtjs.org/)
|
||
|
- Vue.js
|
||
|
- Express
|
||
|
- Sequelize
|
||
|
- 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
|
||
|
```
|