This is the repo for the kodi.tv website, built with Astro.
pnpm install
# Run the development server
pnpm devThen open http://localhost:4321 in your browser to see the site.
| Command | Action |
|---|---|
pnpm dev |
Start the development server |
pnpm build |
Build the production site to dist/ |
pnpm preview |
Preview the production build locally |
pnpm check:lint |
Check for lint errors |
pnpm fix:lint |
Auto-fix lint errors |
pnpm test |
Run tests |
If you are having issues with the site, please submit a GitHub issue.
For team members who need to do content or programmatic maintenance, please see the wiki for instructions and documentation.