A JAMStack website, styled with the TailwindCSS 3.3 design system, and based on Sveltekit 1.5 using the Static Adapter to generate all static endpoints connecting to a headless Storyblok backend.
Clone this repo, change directory into the project folder, and Install all project dependancies with
npm install
Configure the .env
file in the root of the project with the following variables:
ACCESS_TOKEN=
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
To create a production version of your app:
npm run build
You can preview the production build with npm run preview
.