How to install dubinc/dub. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
dubinc/dub Installation Guide
How to install dubinc/dub. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for dubinc/dub. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i dubinc/dubor
Install via npx
npx @hexmos/ipm i dubinc/dubPrerequisites
Node.js
languageVersion: 18.0.0
pnpm
package_managerVersion: 9.15.9
Next.js
build_toolVersion: 13.0.0
TypeScript
languageVersion: 4.9.5
Tailwind CSS
libraryVersion: 3.2.0
Prisma
libraryVersion: 5.1.0
Upstash Redis
serviceVersion: v2.0.0
Tinybird Analytics
libraryVersion: 1.0.0
PlanetScale Database
serviceVersion: v2.0.0
NextAuth.js
libraryVersion: 13.0.0
BoxyHQ SSO/SAML
serviceVersion: v2.0.0
Turborepo
libraryVersion: 1.0.0
Stripe API
serviceVersion: v2.0.0
Resend Email Service
libraryVersion: 1.0.0
Vercel Deployment Platform
serviceVersion: v2.0.0
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Package Manager (npm)
npm installPost Installation Steps
- Start the server: `npm run dev`
- Migrate database: `pnpm prisma migrate`
- Access the UI: `http://localhost:3000/`
