Development Guide
How to test the local package?
Virtual environment
- Create your virtual environment.
 
python -m venv venv
Environment activation
- Activate the virtual environment.
 
source venv/bin/activate
Install the requirements
- Install the necessary requirements to be able to test the application.
 
pip install -r requirements.txt --no-cache-dir
Development
- Make your changes as desired in the 
./mkdocs_dracula_theme folder. You can enjoy and change whatever you want, please have fun. 
ls mkdocs_dracula_theme
Build and Install
- Run the script that creates and installs the local package.
 
python scripts/install_local.py
Test
- Run the following command to run the server.
 
mkdocs serve
View Template
Commit Style
- ⚙️ FEATURE
 
- 📝 PEP8
 
- 📌 ISSUE
 
- 🪲 BUG
 
- 📘 DOCS
 
- 📦 PyPI
 
- ❤️️ TEST
 
- ⬆️ CI/CD
 
- ⚠️ SECURITY