This is an Astro + Storyblok website that will eventually replace https://svsticky.nl. To run this website, execute the following commands in your terminal:
# Clone the repository and install dependencies, only needs to be done once
git clone https://github.com/svsticky/main-website-new.git
cd main-website-new
npm i
# After copying sample.env to .env and filling out the required secrets,
# run this command to start the development server.
npm run dev