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

Latest commit

 

History

History
42 lines (28 loc) · 723 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 723 Bytes

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.