Skip to content

KarelVerschraegen/karel-verschraegen

Repository files navigation

Welcome!

Technologies

This site is built with

and hosted on

Getting started

From your terminal:

pnpm run dev

To start the project in development mode.

Deployment

If you want to build and serve the website in production mode locally:

pnpm run build && pnpm run start

The Vercel integration automatically deploys all code on the master branch to the production environment.

If you want to create a preview branch before pushing your code to production, you can create a new branch and Vercel will automatically create a testing environment.

git checkout -b my_new_branch

git push