/website

My private website.

Primary LanguageJavaScriptMIT LicenseMIT

kuehle.me

This is the source of my personal website kuehle.me.

Usage

For a development server with live reload:

npm i
npm run start

For a production build:

npm run build