Student, developer, open-source activist.
This project uses asdf as version manager and Yarn as JavaScript package manager.
Dependencies are listed in the .tool-versions file.
-
Clone this repository
$ git clone ssh://[email protected]/jonhue/jonhue.github.io.git
-
Install dependencies
$ asdf install $ yarn install
-
Start development server
$ yarn start
$ yarn run stylelint
$ yarn run eslint
Every push to development
is automatically deployed. You can manually deploy with:
$ yarn build
$ yarn deploy