The website of 1st Chertsey Scout Group
- TypeScript 46.8%
- Astro 38.1%
- MDX 7.2%
- CSS 4.5%
- JavaScript 3.4%
| .devcontainer | ||
| .github | ||
| .vscode | ||
| public | ||
| src | ||
| .gitignore | ||
| astro.config.mjs | ||
| components.json | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tailwind.config.mjs | ||
| tsconfig.json | ||
1st Chertsey Scout Group
The website of 1st Chertsey Scout Group
🧞 Commands
| Command | Action |
|---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:4321 |
npm run build |
Build your production site to ./dist/ |
npm run preview |
Preview your build locally, before deploying |
npm run astro ... |
Run CLI commands like astro add, astro check |
npm run astro -- --help |
Get help using the Astro CLI |