diff --git a/README.md b/README.md index f5c6491b..be22cd47 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,25 @@ # gancio 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. backend stack: node.js, express, sequelize. frontend stack: vue, webpack, boostrap ``` -git clone https://github.com/lesion/gancio.git +git clone https://git.lattuga.net/lesion/gancio.git cd gancio # install back-end dependencies yarn diff --git a/client/README.md b/client/README.md deleted file mode 100644 index aa6102de..00000000 --- a/client/README.md +++ /dev/null @@ -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 -``` \ No newline at end of file