Files
kontor/kontor-piccolo/README.md
T
Thomas Peetz 37e094e390
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
add kontor-blacksheep and kontor-piccolo as blueprints for new app
2026-06-03 15:59:59 +02:00

21 lines
204 B
Markdown

# piccolo_project
## Setup
### Install requirements
```bash
pip install -r requirements.txt
```
### Getting started guide
```bash
python main.py
```
### Running tests
```bash
piccolo tester run
```