I love me some PACS ~ andrearcaina
Welcome and thank you for working on/checking out this project.
Before you work on this website there are some command line tools and extensions you need to install.
If you are unfamiliar with how to use GitHub and the Git CLI, please check out our GitHub Docs, where we offer a description of all you need to know to run this website.
- Clone the repo.
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>
- Install node modules
npm install
- Run the dev build of the project to view how it looks locally on your browser
npm run dev
- The website will start running on
localhost:3000
- Code in your respective or assigned branches to avoid git conflicts.
- Ensure to pull regularly to stay up to date with the dev branch.
- Only code what you are assigned to code. To get assigned, take part in PACS Website meetings where we split tasks. Or ask your Tech Team Lead for vacant tasks.
GitHub: @andrearcaina Discord: @psykthe
TBD