Skip to content

kgrubb/keligrubb.com

Repository files navigation

keligrubb.com

personal website for Keli

Setup

Make sure to install the dependencies:

# npm
npm install

Development Server

Start the development server on http://localhost:3000

npm run dev