Personal site for Jonathan Yap
To install this project, you'll need the following things installed on your machine.
- Clone this repo, or download it into a directory of your choice.
- Inside the directory, run
npm install
.
Development mode
This will give you file watching, browser synchronisation, auto-rebuild, CSS injecting etc.
$ npm run gulp serve
Deploy mode
You can easily deploy your site build with the command
$ npm run gulp deploy