gancio-upstream/README.md

39 lines
687 B
Markdown
Raw Normal View History

2019-05-30 12:04:14 +02:00
## gancio
2019-07-03 16:33:03 +02:00
### shared agenda for local communities
2019-04-02 23:23:45 +02:00
2019-05-30 12:04:14 +02:00
> :warning: Gancio is under heavy development,
> if something is not working as expected, it's expected :D
2019-04-02 23:23:45 +02:00
2019-07-03 16:33:03 +02:00
2019-05-30 12:04:14 +02:00
## Install
2019-06-08 13:18:47 +02:00
You will need `npm` or `yarn` installed in your system.
2019-04-02 23:23:45 +02:00
``` bash
2019-06-08 13:18:47 +02:00
# clone this repo
git clone https://git.lattuga.net/cisti/gancio.git
cd gancio
2019-04-02 23:23:45 +02:00
# install dependencies
2019-06-08 13:18:47 +02:00
yarn install
# edit configuration
cp config.example.js config.js
# - migrate/create test sqlite db
yarn migrate:dev
# testing with sqlite db
yarn dev
# - migrate/create production db
yarn migrate
2019-04-02 23:23:45 +02:00
# build for production and launch server
2019-06-08 13:18:47 +02:00
yarn build
yarn start
2019-04-02 23:23:45 +02:00
```
2019-07-03 16:33:03 +02:00
Made with :heart: by [underscore hacklab](https://autistici.org/underscore)