Skip to content

Latest commit

 

History

History
87 lines (53 loc) · 1.73 KB

File metadata and controls

87 lines (53 loc) · 1.73 KB

Contributing

1. Install Visual Studio

Install Visual Studio on Windows

Install VS Code on Mac/Linux


2. Clone

git clone https://github.com/pcc-csc/ecommerce-site.git
cd ecommerce-site

3. Install Node

Install Node

or

brew install node

4. Install yarn

Install Yarn


5. Open the repository in Visual Studio

Should get a prompt to "install the recommended extensions for this repository"

  • click install

What am I agreeing to install?

6. Install dependencies

yarn install

Dependancies are listed in package.json


7. Run

yarn serve

Scripts are listed in package.json


Dev help

Fix errors

yarn lint

Docs