Skip to content

thinkflo/thinkflo-sveltekit-storyblok

Repository files navigation

Thinkflo SvelteKit Storyblok - Website Frontend

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.

Installation Instructions

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=

Developing

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published