Source for personal site.
Features:
Install all dependencies using npm:
$ nvm use
$ npm install
To Develop
$ npm run dev
You can view the website at the given access URL:
$ light-server is listening at http://localhost:4000
To Build
npm run build