- About
- Projects
- Blog
- Article
- Experience
- Skills
- Contact
Grab a repo and installing necessary packages,
$ git clone --branch 2.x.x https://github.com/lewislow81/louislow81.github.io.git
# YARN
$ yarn
# NPM
$ npm i
For development mode,
# YARN
$ yarn build-dev
# NPM
$ npm run build-dev
For production mode,
# YARN
$ yarn build-prod
# NPM
$ npm run build-prod
Enjoy!