Skip to content

louislow81/louislow81.github.io

Repository files navigation

Netlify Status

My Portfolio Website

https://louislow81.github.io


_prototype

_screenshots

_content

  • About
  • Projects
  • Blog
  • Article
  • Experience
  • Skills
  • Contact

_build

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!