Starter website for processshepherd.com.
This repository currently contains a clean Next.js 16, TypeScript, and Tailwind CSS foundation. The previous imported site content has been removed so Process Shepherd content can be built from a blank slate.
npm install
npm run devOpen http://localhost:3000.
npm run lint
npm run buildsrc/app/contains the App Router pages and metadata.src/lib/site.tscontains shared site constants.public/is reserved for Process Shepherd assets.charts/processshepherd-website/contains the Helm chart for deployment.
Build the Docker image:
docker build -t processshepherd-website:local .Deploy with Helm:
helm upgrade --install processshepherd-website ./charts/processshepherd-website