pnpm monorepo for the Decadez web app and API.
apps/web- Next.js static siteapps/api- NestJS API
pnpm dev:web- start the web apppnpm dev:api- start the APIpnpm lint- type-check/lint all workspacespnpm build- build all workspaces
A lightweight personal blog and portfolio built with Next.js, TypeScript, and Tailwind CSS.
npm install
npm run devGITHUB_PAGES=true \
NEXT_PUBLIC_URL=https://decadez.github.io/decadez.dev \
NEXT_PUBLIC_BASE_PATH=/decadez.dev \
npm run buildThe GitHub Actions workflow publishes the static out directory to GitHub
Pages.