Skip to content

Latest commit

 

History

History
55 lines (44 loc) · 1.22 KB

File metadata and controls

55 lines (44 loc) · 1.22 KB

The Deadly Bird

A distributed social media platform similiar to Mastodon.

Running

Run the app locally:

docker run -p 8000:8000 registry.willqi.dev/public-thedeadlybird:1

Run the app without Docker:

cd frontend
npm install
npm run build
cd ../backend
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver

Contributing

Send a pull request and be sure to update this file with your name.

Contributors / Licensing

Generally everything is LICENSE'D under the Apache 2 license by Abram Hindle.

All text is licensed under the CC-BY-SA 4.0 http://creativecommons.org/licenses/by-sa/4.0/deed.en_US

Contributors:

Karim Baaba
Ali Sajedi
Kyle Richelhoff
Chris Pavlicek
Derek Dowling
Olexiy Berjanskii
Erin Torbiak
Abram Hindle
Braedy Kuzma
Nhan Nguyen 
William Qi
Justin Meimar
Ritwik Rastogi
Irene Sun
Chase Johnson