This repository has been archived on 2024-10-20. You can view files and clone it, but cannot push or open issues or pull requests.
|
burgercat: burger social media
|
|
|
|
### self hosting:
|
|
this guide assumes you have git and python3 installed
|
|
|
|
```
|
|
git clone https://codeberg.org/burger-software/burgercat
|
|
cd burgercat
|
|
python init_db
|
|
python main
|
|
``` |