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:
- Remove
node_modules
& lockfile:
pnpm clean && pnpm install
- Ensure you're on the correct Node version.
Need a refresher on project conventions? See our Global Rules.