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.
Make sure to install the dependencies:
# yarn
yarn install
Start the development server on http://localhost:3000
yarn dev
To start the dev server with HTTPS, set up the SSL certificate.
Build the application for production:
yarn generate
Locally preview production build:
yarn preview
Checkout the deployment documentation for more information.