Originally written by Robbie Zhuang.
Hello š and welcome to the team! š
We build sesoc.uwaterloo.ca which is home to all things Waterloo Software Engineering related. Here, we inform students on future events, provide the latest updates in news, content and podcasts and also let people know how they can participate in SE Soc.
Iād first recommend checking out the **proposal š,** and the website **designs š**. Then you can take a look at the **public github repo,** as well as the current issues.
Timeline: https://docs.google.com/document/d/1uxmNAWBacRdd7PaeFQes1w9wdy5LJ4pJ61a8xvog_7c/edit?usp=sharing
Install your favourite editor (I recommend VSCode)
Install node.js
On mac, run brew install npm
to get node package manager (npm)
Clone the repository ( public github repo )
https://lh6.googleusercontent.com/CKpY67w_H_Xlk3JxOX1q6GmvbjHWZa2ttyOwHHgHTaZFeoSZq2b-x9JGWEVKsjEI5U3W6l6imOzcuqsx1HL4c2hiiSnGNWQcnPmCGU2z0gqY7iF60lnpmsvhQL63xx-und1xZ73V
Open a terminal and go to the repository cd public-website
Run npm install
Run npm start (this creates a new local server running the website, and will open a new browser window displaying the website on master)