Skip to content

NathanJang/nathanjang.github.io

Repository files navigation

This is the source code to my personal website.

The site is continuously deployed to GitHub Pages with Travis.

To develop locally:

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone [email protected]:NathanJang/nathanjang.github.io.git this repository
  • cd nathanjang.github.io
  • npm install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Run yarn commit-prod and git push origin master.

Further Reading / Useful Links