chrisgzf / 1920-s2

The website of CS2030, 19/20 Sem 2.

Home Page:https://nus-cs2030.github.io/1920-s2/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CS2030 AY2019/2020 Semester 2

Setting Up Staging Env

To set up a staging env on your server, follow these instructions:

  1. Make sure you have the latest version of Node.js and npm installed.
  2. Run npm install -g markbind-cli in your terminal to install Markbind.
  3. Once you are done, run markbind serve. You should able to see the site preview at http://127.0.0.1:8080
  4. When you are satisfied with your changes, you can run markbind build && markbind deploy in your terminal.
  5. You should able to see your changes in https://(your-github-username).github.io/1920-s2/

TA guide for integrating PRs

About

The website of CS2030, 19/20 Sem 2.

https://nus-cs2030.github.io/1920-s2/

License:MIT License


Languages

Language:JavaScript 100.0%