This is an extremely simple multi-tenant Next.js example.
To use this repo:
- Clone it with
git clone https://github.com/galsever/multi-tenant-example.git - Copy .env.example to .env.local
- Install all dependencies with
bun/pnpm/npm i - Run the dev server with
bun/pnpm devornpm run dev