The website of 1st Chertsey Scout Group
  • TypeScript 46.8%
  • Astro 38.1%
  • MDX 7.2%
  • CSS 4.5%
  • JavaScript 3.4%
Find a file
2026-01-16 18:28:28 +00:00
.devcontainer Coolify (#23) 2025-02-21 19:04:11 +00:00
.github added dev container support (#8) 2024-06-04 16:37:35 +01:00
.vscode Initial version of website (#1) 2024-03-11 17:47:37 +00:00
public Initial version of website (#1) 2024-03-11 17:47:37 +00:00
src updated leaders for 3 sections (#26) 2026-01-16 18:28:28 +00:00
.gitignore Coolify (#23) 2025-02-21 19:04:11 +00:00
astro.config.mjs added google form response from contact submission (#25) 2025-02-23 20:11:29 +00:00
components.json Initial version of website (#1) 2024-03-11 17:47:37 +00:00
LICENSE Create LICENSE 2024-03-09 14:33:49 +00:00
package-lock.json Coolify (#23) 2025-02-21 19:04:11 +00:00
package.json Coolify (#23) 2025-02-21 19:04:11 +00:00
README.md Initial version of website (#1) 2024-03-11 17:47:37 +00:00
tailwind.config.mjs Various improvements (#19) 2024-11-10 13:09:48 +00:00
tsconfig.json News (#5) 2024-04-26 19:41:27 +01:00

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