Skip to content

Distributed social media platform similar to Mastodon.

License

Notifications You must be signed in to change notification settings

WillQizza/The-Deadly-Bird

Repository files navigation

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

About

Distributed social media platform similar to Mastodon.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published