logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
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-starter
or

Install via npx

npx @hexmos/ipm i nextjs/saas-starter

Prerequisites

Node.js

language

Version: ^16.0.0

npm

package_manager

Version: 8.14.3

pnpm

package_manager

Version: 10.2.1

PostgreSQL

system_package

Drizzle ORM

library

Version: 0.2.0

Stripe

service

Version: v1

Next.js

library

Version: 13.0.0

Shadcn UI Library

library

Version: 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 install

Script Installation

npm install

Post 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.