# platform This is the Better Media website application. It owns the public-facing product surfaces: - `/` for the landing page - `/docs` for the documentation experience - future route space for admin or other site sections ## Development Run the app locally: ```bash pnpm dev --filter @better-media/platform ``` Then open the local Next.js URL shown in the terminal.