-
Notifications
You must be signed in to change notification settings - Fork 1
Onboarding_Guide
CMaytom edited this page Jun 11, 2020
·
2 revisions
- Make sure you have VS Code installed
See VS Code extensions you should add - Clone the repository onto your local machine using
git clone https://github.com/cse112-sp20/Quaranteam-8.git
- Checkout the
develop
branch usinggit checkout origin/develop
- If you don't have Node installed on your computer, install it from https://nodejs.org/en/download/. Once you have Node, go to the root of the repository and run
npm install
to install all dependencies - Build the project using
npm run build
- In chrome go to
chrome://extensions
- Toggle
Developer Mode
in the upper right corner - Select
Load unpacked
- Navigate to the project directory and select the
dist
folder
You should now see the extension installed in your browser!
- Login to clubhouse.io with your account credentials
- In the top right click on the dropdown menu then click settings
- On the left, click on API Tokens
- Enter any name for your token and click generate
- This token will only be shown once, save it to some safe place!
- Paste the token into the extension to complete login
Clubhouse is where the stories you are assigned to will be placed. This helps the team keep track of the progress of the project.
Basecamp is where non-technical tasks you are assigned to will be placed in addition to project documents. There are Automatic Check-ins every week, but the only required one is the "What will you be working on this week?"
- Review the repository structure
- Take a code tour with our API Guide
- Check out our documentation standards
- Take a look at our quality control
- Understand our testing procedures
- Read the code design
- Browse the tools guide