This is the source code to my personal website.
The site is continuously deployed to GitHub Pages with Travis.
To develop locally:
You will need the following things properly installed on your computer.
git clone [email protected]:NathanJang/nathanjang.github.io.git
this repositorycd nathanjang.github.io
npm install
ember serve
- Visit your app at http://localhost:4200.
Make use of the many generators for code, try ember help generate
for more details
ember test
ember test --server
ember build
(development)ember build --environment production
(production)
Run yarn commit-prod
and git push origin master
.