A distributed social media platform similiar to Mastodon.
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
Send a pull request and be sure to update this file with your name.
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