18 lines
474 B
Markdown
18 lines
474 B
Markdown
burgercat: burger social media
|
|
|
|
now back again!
|
|
|
|
### self hosting:
|
|
this guide assumes you have git, python3, and redis installed on your server
|
|
|
|
```
|
|
git clone https://codeberg.org/burger-software/burgercat
|
|
cd burgercat
|
|
python init_db
|
|
python main
|
|
```
|
|
|
|
### contribution guidelines:
|
|
- please check that your PR does not break anything
|
|
- unless absolutely nessecary, avoid adding dependecies
|
|
- for consistency, use quotation marks, not apostrophes when possible |