start docs with jekyll

and just the docs
This commit is contained in:
lesion
2019-07-12 23:20:55 +02:00
parent c3902a6d64
commit f63d32c067
15 changed files with 423 additions and 0 deletions

33
docs/dev.md Normal file
View File

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