readme
This commit is contained in:
parent
03797aa276
commit
3cdffbfb46
2 changed files with 14 additions and 33 deletions
16
README.md
16
README.md
|
@ -1,15 +1,25 @@
|
||||||
# gancio
|
# gancio
|
||||||
an event manager for radical communities
|
an event manager for radical communities
|
||||||
[WIP]
|
|
||||||
|
|
||||||
# dev
|
:warning: Gancio is under heavy development,
|
||||||
|
if something is not working as expected, it's expected :D
|
||||||
|
|
||||||
|
#### Install
|
||||||
|
We provide a docker way to run **gancio**.
|
||||||
|
```
|
||||||
|
git clone https://git.lattuga.net/lesion/gancio.git
|
||||||
|
cd gancio
|
||||||
|
docker-compose up -d
|
||||||
|
```
|
||||||
|
|
||||||
|
#### Development
|
||||||
both backend (`/app`) and frontend(`/client`) are in this repo.
|
both backend (`/app`) and frontend(`/client`) are in this repo.
|
||||||
|
|
||||||
backend stack: node.js, express, sequelize.
|
backend stack: node.js, express, sequelize.
|
||||||
frontend stack: vue, webpack, boostrap
|
frontend stack: vue, webpack, boostrap
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone https://github.com/lesion/gancio.git
|
git clone https://git.lattuga.net/lesion/gancio.git
|
||||||
cd gancio
|
cd gancio
|
||||||
# install back-end dependencies
|
# install back-end dependencies
|
||||||
yarn
|
yarn
|
||||||
|
|
|
@ -1,29 +0,0 @@
|
||||||
# Gancio
|
|
||||||
an event manager for local communities
|
|
||||||
|
|
||||||
##Install
|
|
||||||
We provide a docker way to run **gancio**.
|
|
||||||
|
|
||||||
```
|
|
||||||
git clone
|
|
||||||
```
|
|
||||||
|
|
||||||
##Development
|
|
||||||
```
|
|
||||||
```
|
|
||||||
|
|
||||||
|
|
||||||
## Project setup
|
|
||||||
```
|
|
||||||
yarn install
|
|
||||||
```
|
|
||||||
|
|
||||||
### Compiles and hot-reloads for development
|
|
||||||
```
|
|
||||||
yarn run serve
|
|
||||||
```
|
|
||||||
|
|
||||||
### Compiles and minifies for production
|
|
||||||
```
|
|
||||||
yarn run build
|
|
||||||
```
|
|
Loading…
Reference in a new issue