This project is a basic template for creating new starter kit previews and/or websites on the Storyblok Rendering Service.
// make sure dependencies are installed
npm install
// local development
npm run dev
// visit: localhost:4440
// make sure dependencies are installed
npm install
// run the following command to deploy to production
npm run deploy