git clone https://github.com/PACS-TMU/pacs-website.git Change into the repo directory. cd PACS-website Switch to the branch that you are working on by using: git checkout <branch-name> Running the website Install node modules npm install Run the dev build of the project to ...