update readme

master
mknurs 2022-08-12 20:17:55 +02:00
parent fa689bb7ba
commit d3bc656fc1
1 changed files with 19 additions and 1 deletions

View File

@ -1,4 +1,22 @@
# 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
Usually there is a running instance [here](https://cm.kompot.si).
@ -36,4 +54,4 @@ If you have any questions, feedback, ideas or if you would like contribute, plea
## Build instructions
Comming soon...
Comming soon...