Minting as a service, at the speed of light.
This turborepo uses pnpm as a package manager. It includes the following packages/apps:
api
: Cloudflare code for the Mintee APIdocs
: The Mintee documentation site, built with nextra: https://docs.mintee.io/hooks
: A Cloudflare worker for handling webhooksToken
: A Node.js server deployed to fly.io for minting purposesweb
: Mintee Frontend
Each package/app is 100% TypeScript.
This turborepo has some additional tools already setup for you:
- TypeScript for static type checking
- ESLint for code linting
- Prettier for code formatting
To build all apps and packages, run the following command:
cd my-turborepo
pnpm run build
To develop all apps and packages, run the following command:
cd my-turborepo
pnpm run dev