Skip to content

egohygiene/website

Repository files navigation

website

This monorepo contains the source for the Ego Hygiene site. Structured content is provided through Astro DB instead of static JSON files.

Getting Started

  1. Install dependencies from the project root:
    pnpm install
  2. Start the development server:
    pnpm dev

Quality checks

Run the following commands to maintain code quality:

pnpm lint      # run ESLint
pnpm format    # check Prettier formatting
pnpm typecheck # verify TypeScript types

Before seeding the database, validate the structured content:

pnpm validate-data

Then run the Astro DB seed command:

pnpm astro db seed

All workspace commands proxy to the egohygiene.io package under the hood. Run pnpm astro -- <command> to invoke any Astro CLI commands.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published