How to install nextjs/saas-starter. 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.
nextjs/saas-starter Installation Guide
How to install nextjs/saas-starter. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for nextjs/saas-starter. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i nextjs/saas-starteror
Install via npx
npx @hexmos/ipm i nextjs/saas-starterPrerequisites
Node.js
languageVersion: ^16.0.0
npm
package_managerVersion: 8.14.3
pnpm
package_managerVersion: 10.2.1
PostgreSQL
system_packageDrizzle ORM
libraryVersion: 0.2.0
Stripe
serviceVersion: v1
Next.js
libraryVersion: 13.0.0
Shadcn UI Library
libraryVersion: v2.0.0
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Binary Installation
git clone https://github.com/nextjs/saas-starter.git
cd saas-starter
pnpm installScript Installation
npm installPost Installation Steps
- Start the server with `pnpm dev`.
- Run database migrations using `pnpm db:migrate`.
- Create a new user and team for testing. You can do this by navigating to `/sign-up` route.
