Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 701 Bytes

README.md

File metadata and controls

39 lines (29 loc) · 701 Bytes

ianrose.me

Source for personal site.

Features:

Getting Started

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