Skip to content

GerritPlehn/gerritplehn.com

Repository files navigation

Based on the Storyblok demo project.

Built using Nuxt 3 and TailwindCSS. Feel free to explore and reuse the code.

Setup

  • Install the dependencies:
npm install
  • Install mkcert on your system: The installation instructions for macOS, Windows and Linux can be found in the mkcert Github repository.

  • Create a valid certificate by running the following command in your project folder:

mkcert localhost
  • Run your project:
npm run dev

Your project will now be served on https://localhost:3000.

Have a look at the Nuxt 3 deployment documentation for further information.