No description
  • Astro 51.3%
  • TypeScript 29.5%
  • JavaScript 17.9%
  • CSS 1.2%
Find a file
2026-01-21 21:02:13 +00:00
.devcontainer added content from 2nd new haw (#20) 2025-02-08 16:15:55 +00:00
.github Initial (#1) 2024-11-11 20:01:46 +00:00
.vscode Initial (#1) 2024-11-11 20:01:46 +00:00
public added locally hosted gc count.js file. Added support for the client router page loading. (#19) 2025-01-24 21:34:47 +00:00
src added 2026 diary entries (#28) 2026-01-21 21:02:13 +00:00
.gitignore added SSR and contact form email sending (#21) 2025-02-19 20:45:12 +00:00
astro.config.mjs added SSR and contact form email sending (#21) 2025-02-19 20:45:12 +00:00
env.d.ts added SSR and contact form email sending (#21) 2025-02-19 20:45:12 +00:00
LICENSE added license file & various code cleanups (#4) 2024-11-12 22:43:17 +00:00
package-lock.json added SSR and contact form email sending (#21) 2025-02-19 20:45:12 +00:00
package.json added SSR and contact form email sending (#21) 2025-02-19 20:45:12 +00:00
README.md Initial (#1) 2024-11-11 20:01:46 +00:00
tailwind.config.mjs updated code to use basecamp library (#12) 2024-12-22 17:25:10 +00:00
tsconfig.json Initial (#1) 2024-11-11 20:01:46 +00:00

runnymedescouts.org.uk

🧞 Commands

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

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