Skip to content
This repository has been archived by the owner on Nov 18, 2023. It is now read-only.
/ blog-frontend Public archive

DevOps Blog using Nuxt v3, Nuxt Content and Tailwind

Notifications You must be signed in to change notification settings

devozs/blog-frontend

Repository files navigation

Blog Frontend

Implemented my own DevOps Blog using Nuxt v3, Nuxt Content and Tailwind. This web application is deployed and used as part of the FluxCD Tutorial

Setup

Make sure to install the dependencies:

# npm
npm install

Development Server

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

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Tests

npm run coverage

Thanks to the content-v2-blog repo as i was using it as baseline and made additional changes.