Landing page for The Loop — a DJ learning community.
Open a terminal and serve the page with:
npx serve .Then visit http://localhost:3000.
Formatted using Prettier (.prettierrc). Install the recommended VS Code extension (prompted on opening the workspace) and files will format on save — or run manually:
npm run format # write formatting changes
npm run format:check # check without writingPush to main. GitHub Pages serves directly from the repo root — no build step needed. This can take a few minutes.