This is my personal website.
Install packages using yarn (we assume you have pre-installed npm and node.js).
yarn install && yarn build
build
: Build the project. Use this script before you start to write the project.prod
: SetNODE_ENV=production
and build the project. Use this script when you need to make a production version.watch
: Watch all files. Use this script when you are developing.test
: Run the test.- You can see other scripts in package.json.
MIT © HsuTing