We have used understandable and easy-to-understand instructions to help you install Mirbal- Django Admin & Dashboard Template in your project. Follow the below steps to get started.
Node.js and npm (Node Package Manager) are installed on your system. Make sure to use node version 22.*.Node.js is not installed, download and install it from the website. npm comes bundled with Node.js.package.json file:
yarn
yarn run build
/assets`) that contains minified and ready-to-deploy files. It ensures your project is optimized for performance in a production environment.Python and pip(Python Package Manager) are installed on your system. Make sure to use pip's latest version.
Create and activate virtual env.python --version
Python 3.13.2
https://www.python.org/pip --version
pip 25.1.1 from c:\python39\lib\site-packages\pip (python 3.13)
https://pypi.org/project/pip/
py -m venv path/to/virtual_env
python -m venv path/to/virtual_env
path\to\virtual_env\Scripts\activate.bat
source path/to/virtual_env/bin/activate
(path/to/virtual_env) C:\Users\Your Name>
(path/to/virtual_env) ... $
pip install -r /path/to/requirements.txt
py manage.py runserver