-
Notifications
You must be signed in to change notification settings - Fork 0
Contributing
Connor Duffy edited this page Aug 15, 2021
·
8 revisions
- clone the project from the github repo
- install dependencies from the terminal of your IDE with
npm i.
- install development dependencies:
npm i -D eslint eslint-config-airbnb-base eslint-plugin-import eslint-config-prettier eslint-plugin-prettier nodemon prettier - run
npm run devto start the dev environment - test the environment by navigating to
localhost:3000
Available project tasks are available in the Projects tab.
To contribute to the project:
- Select the Project tab
- Move a to-do list task to in progress
- Create a new branch with the task number and name
- Modify Code
- Submit Pull request to the main branch when a task is complete