Skip to content

Source code for werner.best

Notifications You must be signed in to change notification settings

wernersa/wernersa.github.io

Repository files navigation

werner.best

This is the code for building the static website found at werner.best. The website uses Nuxt 3 and is based on the template made available at Atinux/content-wind; utilizing Nuxt Content, TailwindCSS, and Iconify.

Setup

Make sure to install the dependencies:

npm install

Development Server

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

npm run dev

Static Hosting

Pre-render the website to be deployed on any static hosting:

npm run generate

The dist/ directory is ready to be deployed (symlink to .output/public), learn more on Nuxt docs.

About

Source code for werner.best

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published