This repository contains my personal landing page, currently hosted using Github Pages on tehj.io
Previous iterations of this site have been, in order:
The current iteration is in Elm as a Web-app
The purpose of this site have been two-fold since the beginning.
- To learn Front-end Web Programming by getting my hands dirty
- To maintain a personal website/portfolio
More for myself than for any other reader;
git clone
this repositoryyarn
ornpm install
yarn build
ornpm run build
to pre-render pagesyarn start
ornpm run start
to start the hot-reload server