Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 458 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 458 Bytes

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