ShipNext
Getting started

Installation

How to install and set up the project.

Follow these steps to get your project running locally.

Prerequisites

  • Node.js 20+
  • pnpm or npm

Setup

# Install dependencies
npm install

# Copy environment variables
cp .env.example .env.local

# Start the development server
npm run dev

Your app will be available at http://localhost:3000.

Configuration

Edit config/website.ts to customize your site settings, including:

  • Theme (light / dark / system)
  • Authentication providers
  • Database provider
  • Email and storage settings

On this page