Add minimal README instructions

More to come
This commit is contained in:
Óscar M. Lage 2024-11-14 12:15:09 +01:00
parent 6fc6a49a26
commit a50b457585

View File

@ -4,7 +4,13 @@ Bluesky Django PoC
### Install ### Install
```sh
$ make build
$ make start
```
### Post install ### Post install
* `make migrate` ```sh
$ make migrate
```