Skip to content

Latest commit

 

History

History
63 lines (45 loc) · 1.55 KB

File metadata and controls

63 lines (45 loc) · 1.55 KB


clerk-plapi-3

Built with Crafter Station Discord Twitter

About

Clerk PLAPI demo app - A demo showcasing Clerk Platform API provisioning

Tech Stack

  • Framework: Next.js 15
  • Authentication: Clerk
  • Styling: Tailwind CSS
  • Components: shadcn/ui
  • Linting: Biome
  • Runtime: Bun

Getting Started

bun install
bun dev

Open http://localhost:3000 in your browser.

Scripts

Command Description
bun dev Start development server
bun build Build for production
bun start Start production server
bun lint Run Biome linter
bun format Format code with Biome

Deployment

Deployed on clerk-plapi-3.crafter.run

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feat/amazing-feature)
  3. Commit your changes (git commit -m 'feat: add amazing feature')
  4. Push to the branch (git push origin feat/amazing-feature)
  5. Open a Pull Request

License

MIT