Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 523 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 523 Bytes

tukkr.dev

Repository for the tukkr.dev website.

Requirements

nodejs   >= v22.12
pnpm     >= v9.14

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__"
PUBLIC_SENTRY_DSN="__SENTRY_DSN__"
SENTRY_AUTH_TOKEN="__SENTRY_AUTH__"