Skip to content

inprod/processshepherd-website

Repository files navigation

Process Shepherd Website

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.

Development

npm install
npm run dev

Open http://localhost:3000.

Useful Commands

npm run lint
npm run build

Project Shape

  • src/app/ contains the App Router pages and metadata.
  • src/lib/site.ts contains shared site constants.
  • public/ is reserved for Process Shepherd assets.
  • charts/processshepherd-website/ contains the Helm chart for deployment.

Deployment

Build the Docker image:

docker build -t processshepherd-website:local .

Deploy with Helm:

helm upgrade --install processshepherd-website ./charts/processshepherd-website

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors