1
0
Fork
You've already forked lightbeam-website
0
No description
  • Astro 46.9%
  • MDX 45.9%
  • CSS 3.9%
  • JavaScript 2.5%
  • TypeScript 0.8%
2026年06月26日 21:20:47 +02:00
public Improve style of installation button 2026年06月17日 07:07:23 +02:00
src Feat: Add initial version of q&a page 2026年06月26日 21:20:47 +02:00
.editorconfig First commit 2025年05月15日 10:29:23 +02:00
.gitattributes First commit 2025年05月15日 10:29:23 +02:00
.gitignore First commit 2025年05月15日 10:29:23 +02:00
astro.config.mjs First commit 2025年05月15日 10:29:23 +02:00
package.json Chore: Upgrade astro to v7 2026年06月26日 20:38:10 +02:00
pnpm-lock.yaml Chore: Upgrade astro to v7 2026年06月26日 20:38:10 +02:00
README.md Chore: Update Readme 2026年04月19日 16:38:59 +02:00
tsconfig.json Update tsconfig.json to current recommendation 2026年05月01日 20:02:41 +02:00

Website for the Firefox addon Lightbeam

This is the code for the website on lightbeam.chikl.de with information about the Firefox addon Lightbeam.

🧞 Commands

All commands are run from the root of the project, from a terminal:

Command Action
pnpm install Installs dependencies
pnpm run dev Starts local dev server at localhost:4321
pnpm run build Build your production site to ./dist/
pnpm run preview Preview your build locally, before deploying
pnpm run astro ... Run CLI commands like astro add, astro check
pnpm run astro --help Get help using the Astro CLI