Make sure to install dependencies:
pnpm install
npx pnpm install
Start the development server on http://localhost:3000
:
pnpm dev
npx pnpm dev
Build the application for production:
pnpm build
npx pnpm build
Locally preview production build:
pnpm preview
npx pnpm preview
To be able to use the visual editor of StoryBlok (https://localhost:3000):
brew install mkcert
mkcert localhost