MentorShip connects professionals in the technology industry with aspiring coders.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
MentorShip’s purpose is to make finding and choosing mentors for She Codes workshops seamless. This repository hosts the code for the front end of the website. You can find the back end repository here. The deployed project can be found here.
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/SheCodesAus/layer_8_victory_frontend_bris_2023
# Go into the repository
$ cd layer_8_victory_frontend_bris_2023
# Install dependencies
$ npm install
$ npm install react-router-dev
# Run the app
$ npm run dev
Note If you're using Linux Bash for Windows, see this guide or use
node
from the command prompt.
- Use the url http://localhost:5173/
- When you're finished press CTRL+C to quit the server
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Mentorship was created by
- Andrea del Pilar Rivera Peña
- Jenny Waller
- Maya Dominice
- Oriyan Nadav
- Rosie Maguire
If you would like to get in contact with the application creators, you can do so by emailing [email protected]