Skip to content

Primitives-xyz/mintee

Repository files navigation

Mintee ⚡️

Minting as a service, at the speed of light.

What's inside?

This turborepo uses pnpm as a package manager. It includes the following packages/apps:

Apps and Packages

  • api: Cloudflare code for the Mintee API
  • docs: The Mintee documentation site, built with nextra: https://docs.mintee.io/
  • hooks: A Cloudflare worker for handling webhooks
  • Token: A Node.js server deployed to fly.io for minting purposes
  • web: Mintee Frontend

Each package/app is 100% TypeScript.

Utilities

This turborepo has some additional tools already setup for you:

Build

To build all apps and packages, run the following command:

cd my-turborepo
pnpm run build

Develop

To develop all apps and packages, run the following command:

cd my-turborepo
pnpm run dev

Releases

No releases published

Packages

No packages published

Languages