···55## Prerequisites
6677- [Node.js](https://nodejs.org/)
88-- [pnpm](https://pnpm.io/) (the repo uses `pnpm@10` — install it directly or enable [corepack](https://nodejs.org/api/corepack.html) with `corepack enable`)
99-- [Tap](https://github.com/bluesky-social/indigo/blob/main/cmd/tap/README.md) — an AT Protocol sync utility that provides data for the appview
88+- [pnpm](https://pnpm.io/) (install it directly or enable [corepack](https://nodejs.org/api/corepack.html) with `corepack enable`)
99+- [Tap](https://github.com/bluesky-social/indigo/blob/main/cmd/tap/README.md) - an AT Protocol sync utility that provides data for the appview
10101111## Local Setup
1212···2525This starts both `apps/web` (the frontend) and `apps/appview` (the AT Protocol appview) via Turbo.
2626Open [http://localhost:3000](http://localhost:3000) in your browser.
27272828-No `.env` files are required — the configs provide sensible defaults for local development.
2828+No `.env` files are required. The configs provide sensible defaults for local development.
29293030### Setting Up the Tap
3131···78787979## Reporting Bugs
80808181-Please open a [issue](https://tangled.org/mejsiejdev.bsky.social/musicsky/issues) and include:
8181+Please open an [issue](https://tangled.org/mejsiejdev.bsky.social/musicsky/issues) and include:
82828383- Steps to reproduce
8484- Expected vs. actual behaviour