My very own personal website. Basically this is just a résumé.
Install git
- To develop in 'develop' branch
$ git clone https://github.com/lerik1408/homepage.git
- To develop in 'master' branch
$ git clone https://github.com/lerik1408/homepage.git
$ git checkout -b master
$ git pull origin master