Setup

System Requirements

Clone the Github repository to local

git clone https://github.com/UTSCCSCC01/finalprojectf22-nostruggle

Running the application

Using npm script:

npm install
npm run dev

Run the server:

cd server
npm install
npm run dev

Run the client:

cd client
npm install
npm start

Creating a pull request

On the github repository, navigate to the Pull requests tab.

  • Set the working(?) base branch. For development features, this will always be dev
  • Set the compare branch. This is the branch with the new code you want to merge into the working (?) branch.
  • If there are any merge conflicts, you must resolve them

Reviewing a pull request: