Repo for the group project we're working on
To run this in a local development environment, please run the following:
- git clone https://github.com/orlafoley/ev-charger.git
- cd ev-charger
- npm install
- npm run dev
- Open http://localhost:5173 in your browser
To add to this project:
- Navigate to the top of this page (https://github.com/orlafoley/ev-charger)
- Click "Fork" to create a version of this project from your own account
- git clone https://github.com/your-username/ev-charger.git
- cd ev-charger
- Open this project in your IDE of choice
- Use git checkout -b branch-name to create a branch
- Run the project in a local environment
- Make whatever changes you see fit
- git add .
- git commit -m "Message describing your changes"
- git push origin
- Create a pull request https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork
- Wait for your changes to be approved