This repository is for the Yes, Speak Up! project created for CtrlHackDel 2024.
Setting up the virtual environment:
python -m venv .venv
.\.venv\Scripts\activate
Running the code:
- Make sure the requirements.txt is installed:
pip install -r requirements.txt - Install Node.js, then check that it's been properly installed by typing this in the terminal:
node -v - Enter the following in the terminal:
npm install react react-dom leaflet axios bootstrap - To run the code:
npm start