Skip to content

LinusTebbe/tebbe.dev

Repository files navigation

tebbe.dev

My personal portfolio

Setup

Make sure to install the dependencies:

npm install

Development Server

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

npm run dev

Generate the output for uploading to a static host:

npm run generate