No description
- Astro 46.9%
- MDX 45.9%
- CSS 3.9%
- JavaScript 2.5%
- TypeScript 0.8%
| public | Improve style of installation button | |
| src | Feat: Add initial version of q&a page | |
| .editorconfig | First commit | |
| .gitattributes | First commit | |
| .gitignore | First commit | |
| astro.config.mjs | First commit | |
| package.json | Chore: Upgrade astro to v7 | |
| pnpm-lock.yaml | Chore: Upgrade astro to v7 | |
| README.md | Chore: Update Readme | |
| tsconfig.json | Update tsconfig.json to current recommendation | |
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 |