Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 453 Bytes

File metadata and controls

27 lines (20 loc) · 453 Bytes

tukkr.dev

Repository for the tukkr.dev website.

Requirements

nodejs   >= v24.14
pnpm     >= v10.30

Quick commands

pnpm dev       run the development environment with hot-reloading
pnpm build     build the project
pnpm preview   preview the build
pnpm lint      verify no linting issues exist
pnpm format    fix linting issues

Dotenv file

APP_ENV="__APP_ENV__"
PUBLIC_GA4_ID="__GA4_ID__"