Skip to content

Practical Applications of Computer Science TMU Website

License

Notifications You must be signed in to change notification settings

PACS-TMU/pacs-website

Repository files navigation

PACS Website Project

Overview

I love me some PACS ~ andrearcaina

Prerequisites

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.

Command Line Tools

VSCode Extensions

Cloning the Website

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.

  1. Clone the repo.
git clone https://github.com/PACS-TMU/pacs-website.git
  1. Change into the repo directory.
cd PACS-website
  1. Switch to the branch that you are working on by using:
git checkout <branch-name>

Running the website

  1. Install node modules
npm install
  1. Run the dev build of the project to view how it looks locally on your browser
npm run dev
  1. The website will start running on
localhost:3000

Coding

  • 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.

Points of Contact

GitHub: @andrearcaina Discord: @psykthe

TBD

About

Practical Applications of Computer Science TMU Website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published