This site is built with
and hosted on
From your terminal:
pnpm run dev
To start the project in development mode.
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