Skip to content

somedevsdo/blog

Repository files navigation

somedevsdo blog

Build

This repo uses PNPM.

Install

Run the following command:

pnpm install

Build

Run the following command to build the site:

pnpm build

Running the site

Run the following command to run the site for development:

pnpm dev