Reference

Reference Installation

Installation

OtherEvergreenPublic
NovaDesign System

Quick Start

Create a new repository from the template:

  1. Clone https://example.com/repo

Setup

Make sure to install dependencies:

# pnpm
pnpm install

Development Server

Start the development server on http://localhost:3219:

# pnpm
pnpm dev

Production

Build the application for production:

# pnpm
pnpm build

Locally preview production build:

# pnpm
pnpm preview