Skip to content

Dawntraoz-Storyblok/storyblok-nuxt-multilingual-workshop

Repository files navigation

Build a full-blown multilingual site with Nuxt 3 + Storyblok workshop

Workshop structure and exercises - Notion docs

Instructor Alba Silvente

Date 2022-10-04

City Berlin, Germany

Look at the Nuxt 3 documentation to learn more. Look at the Storyblok official website to learn more.

Setup

Make sure to install the dependencies:

# yarn
yarn install

Development Server

Start the development server on http://localhost:3000

yarn dev

To start the dev server with HTTPS, set up the SSL certificate.

Production

Build the application for production:

yarn generate

Locally preview production build:

yarn preview

Checkout the deployment documentation for more information.