Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 605 Bytes

README.md

File metadata and controls

22 lines (20 loc) · 605 Bytes

richard-havin-fun Netlify Status

this is an over-engineered dumb website, check it out

getting started

You need gulp-cli installed globally. I'm using Node version >= 16, but other versions will likely work.

build

yarn build

or

npm run build

run locally

yarn start

or

npm start