Mirror of the sourcecode for my blog, original repo: https://github.com/NobbZ/blog-nobbz-dev

nobbz.dev personal blog and website#

This repository contains the source code for my personal blog and website at blog.nobbz.dev.

Technology Stack#

Development#

Prerequisites#

Setup#

# Clone the repository
git clone https://github.com/NobbZ/blog-nobbz-dev.git
cd blog-nobbz-dev

# Install dependencies
yarn install

Development Commands#

# Start development server
yarn dev

# Build for production
yarn build

# Preview production build
yarn preview

License#

This project is REUSE compliant.