Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 359 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 359 Bytes

Storyblok Private Asset Demo

This is a demo repository to showcase a typical use case for Storyblok private assets.

Made with Storyblok SDK, Vue3 and Vercel functions.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev && vercel dev

Compile and Minify for Production

npm run build