This isn't bookmark helper or presentation maker. Tweaking might help it to act one.
This is a self-hosted website that can be used to Log/Note/journal almost anything by an individual or community.
Resources
Quick development Guide
⚠️ Data used for/in dummy media/database isn't owned or licensed under this project and is here for sole purpose of setting up quick development and testing environment, do not publish or distribute.
- Create .env file
mv template.env .env- Start development docker
sudo docker-compose -f docker-compose.yml up --build- Create .env file
mv template.env .env- Create virtual environment
virtualenv <environment name>- Install required packages
pip install -r requirements.txt- Run migrations and Load dummy data to database
python manage.py migrate
python manage.py loaddata db.json-
Read project overview for app & structure understanding.
-
Choose issue or work on own feature.



