/yuanqing.sg

:white_circle: My personal website

Primary LanguageHTML

Initial set up

Clone and install:

$ git clone https://github.com/yuanqing/yuanqing.sg
$ cd yuanqing.sg
$ npm install

Development

To build the website, and watch for changes, do:

$ npm run watch

To serve the website, do:

$ npm run serve

Then, go to 0.0.0.0:4242 in your web browser. Alternatively, do:

$ npm run open