Skip to content

Latest commit

 

History

203 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

henrymeyer.de

Monorepo for henrymeyer.de, managed with pnpm workspaces.

Structure

.
├── apps/
│   └── main-site/   # Next.js web application
└── packages/
    └── ui/          # Shared UI components (@repo/ui)

Requirements

  • Node.js (LTS)
  • pnpm 10.5.2

Getting started

# Install dependencies
pnpm install

# Start the main site in development mode
pnpm dev:main

# Build the main site
pnpm build:main

You can also run commands scoped to a specific workspace package:

pnpm --filter main-site dev
pnpm --filter @repo/ui ...

License

All packages in this repository are licensed under their respective licenses. Refer to the LICENSE file in each package for more information.

About

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages