Appearance
Installation
Prerequisites
Before you begin, ensure you have the following installed:
- Node.js >= 20
- pnpm >= 10.14.0
Setup
- Clone the repository:
bash
git clone <repository-url>
cd supastarter-nuxt- Install dependencies:
bash
pnpm install- Set up environment variables:
bash
cp .env.local.example .env.local- Start the development server:
bash
pnpm devNext Steps
- Getting Started Guide
- Explore the project structure
- Read the API documentation