Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 390 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 390 Bytes

myr523.github.io

Build Status

My website


develop

  • setup
$ git@github.com:myr523/myr523.github.io.git
$ cd myr523.github.io
$ npm i
  • test
$ npm run test
  • start local-dev-http-server
$ npm start
  • build
$ npm run build