Commit df9224b0 authored by Jakob Moser's avatar Jakob Moser
Browse files

Add a first draft of README

parent d215c77a
Loading
Loading
Loading
Loading

README.md

0 → 100644
+14 −0
Original line number Diff line number Diff line
# Clams

Maintainer: Gruppe Technik <technik@cl.uni-heidelberg.de>

**C**omputational **L**inguistic **A**ccount **M**anagement **S**ystem (Clams) manages accounts at the Institut für Computerlinguistik, Universität Heidelberg.

## 🏃 Run it

```bash
source venv/bin/activate
FLASK_APP=clams python3 -m flask run
```

This assumes you already have a `venv` created and installed the requirements.