git clone https://github.com/carbondesigned/CityCyclery.git
cd CityCyclery
npm install
npm start
- Open
localhost:3000
in your browser
- Download the Prettier VSCode extension
- Go to settings and search for
Format on Save
- You can customize the formatting engine for languages and might need to specify JSX/TSX/React
- Press
CTRL/CMD + .
at the top left there will be a file icon, click to view your settings as JSON - Paste this block
"editor.defaultFormatter": "esbenp.prettier-vscode",
- Press
We have created a project here you can see todos, in progress, and done. You can also create new tasks here.
- Pick an issue from the issues tab.
- create a new branch with an appropriate name.
- Make your changes.
- Create a pull request.
- let people review it (request from anyone).