Skip to content

ianrose/ianrose.me

Repository files navigation

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