This is a monorepo project using pnpm as the package manager built with Astro. The actual breadchain.xyz website code is in the apps/website directory.
- pnpm (version 9.1.4)
pnpm website- Run the website locallypnpm website:ui- Run the website UIpnpm website:build- Build the websitepnpm website:test- Run Playwright tests
cd apps/website
pnpm install
pnpm run dev