🏆 Winner - Locus CodeForHer Hackathon
A platform dedicated to empowering women in technology through coding education and community support.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
🔗 Know More About the Hackathon »
CodeForHer is a platform designed to empower women in technology by providing accessible coding education, mentorship opportunities, and a supportive community. Our mission is to bridge the gender gap in tech by offering resources and support tailored to women's needs in the industry.
To get a local copy up and running, follow these simple steps.
- Conda or Miniconda
- Poetry
-
Check the Python version used in the repo
# Step 1: check the python version used in the repo (see pyproject.toml to find it) conda create -n <repo-name> python=<python version it's either 3.10 or 3.11>
-
Configure Poetry to use the Conda environment
# Step 2: it's generally inside $HOME/opt/miniconda3/envs/base-python310/bin/python poetry env use <python path to conda env created>
-
Install dependencies using Poetry
# Step 3: poetry install -
Set up your IDE
# Step 4: # Change python interpreter in your IDE to use the Conda environment
Distributed under the MIT License. See LICENSE for more information.
