Storyblok's [official app starter is still based on Nuxt 2)[https://github.com/storyblok/storyblok-workflow-app]. This starter provides a Nuxt 3 alternative. If you have any feedback, please let us know now in the Issues section or send us a PR.
Under /application
, find the source code with server and client side logic.
Under /infrastructure
, find the infrastructure stack definition for the hosting provider.
Note that no infrastructure definition is provided with this starter.
This starter is built on top of Nuxt.
Therefore, you'll need a server capable of running Node.Js.
- Node.js >= 18.0.0
- Ngrok
- A Storyblok partner account
- Basic understanding on how Storyblok plugins work. We suggest reading these 1234
This guide assumes you're working on a Unix system. If you're using Windows, please adjust accordingly.
Start by installing the global dependencies at the root of the monorepo.
npm install
Navigate to the application directory
cd application
Install dependencies for the app
npm install
Before running the app, refer to application/readme.md
If you're using Visual studio code, this starter recommends extensions to be installed. Consider installing them, as they'll improve your development experience.