user locale

This commit is contained in:
lesion
2019-07-26 23:51:32 +02:00
parent 0cf02a0b53
commit 04943a36b3
7 changed files with 28 additions and 55 deletions

View File

@@ -1,33 +0,0 @@
---
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
```