Skip to content
Documentation

Installation

Prerequisites

Before you begin, ensure you have the following installed:

  • Node.js >= 20
  • pnpm >= 10.14.0

Setup

  1. Clone the repository:
bash
git clone <repository-url>
cd supastarter-nuxt
  1. Install dependencies:
bash
pnpm install
  1. Set up environment variables:
bash
cp .env.local.example .env.local
  1. Start the development server:
bash
pnpm dev

Next Steps

Released under the MIT License.