update readme
parent
fa689bb7ba
commit
d3bc656fc1
18
README.md
18
README.md
|
@ -1,4 +1,22 @@
|
||||||
# Contentmatcher
|
# Contentmatcher
|
||||||
|
|
||||||
|
## Development quickstart
|
||||||
|
|
||||||
|
Setup a database (...). Configure a `.env` file (see `.env.dist`) (...).
|
||||||
|
|
||||||
|
Install dependencies with `pipenv`.
|
||||||
|
|
||||||
|
```
|
||||||
|
$ pipenv install
|
||||||
|
```
|
||||||
|
|
||||||
|
Run `app.py`.
|
||||||
|
|
||||||
|
```
|
||||||
|
$ python app.py
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## Try it
|
## Try it
|
||||||
Usually there is a running instance [here](https://cm.kompot.si).
|
Usually there is a running instance [here](https://cm.kompot.si).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue