Panmoni is a Web3 product studio building practical, permissionless, open-source products to facilitate access to prosperity for everyone, everywhere.
This is the static website for Panmoni, built with:
- Vite for development server and build
- Tailwind CSS for styling
- Phosphor Icons for icons
- Biome for formatting and linting
pnpm install
pnpm run devpnpm run build
pnpm run serve # preview built sitepnpm run format # format code with Biome
pnpm run lint # lint code for errors
pnpm run check # check formatting and lintingThis site uses pnpm and Vite. Update your Cloudflare Pages project settings:
- Build command:
pnpm run build - Build output directory:
dist - Node version: 18 (or later)
Cloudflare Pages will automatically detect the packageManager field in package.json and use pnpm.
The build produces index.html and 404.html in the dist directory. Static files in the public/ directory (like _redirects and _headers) are copied to the root of dist.
© 2017-2026 George Donnelly. All rights reserved.