Election management system
go to https://github.com/MyntTech/ElectionsWebsite and fork it to your account and clone the repo to your machine,
cd ElectionsWebsite
source .env/bin/activate
to activate the virtual environmentpip install -r requirements.txt
to install the dependencies Make sure python is installed.npm install
to install the dependencies for Tailwindcss- split your terminal (vscode) or start another session on the terminal
python app.py
on one terminal, to run the appnpm run dev
on the other terminal, to run Tailwindcss