Installation

Installation

This page details various installation scenarios.

Fresh Clone

Follow the steps in Getting Started.

Upgrading Dependencies

pnpm up -r

Troubleshooting

If you encounter issues:

  1. Remove node_modules & lockfile:
pnpm clean && pnpm install
  1. Ensure you're on the correct Node version.

Need a refresher on project conventions? See our Global Rules.