Skip to content
Nam Wook Kim edited this page Feb 19, 2018 · 6 revisions

Coding Lab 2 Instruction

Github + Hosting

  1. Fork the coding lab 2 repository to your Github account

  2. Go to the forked repository in your Github account

  3. In Settings > Github Pages, set the source to "master branch" and click "Save".

  4. Check if you can access to the website online, hosted from the forked repository.

You should be able to access the website using this url: [username].github.io/coding-lab2. Replace the 'username' to your username.

Push Local Changes to the Remote Repository

Clone this wiki locally