No description
  • Astro 54%
  • TypeScript 39.8%
  • JavaScript 4.9%
  • CSS 1.3%
Find a file
2025-02-20 19:13:24 +00:00
.devcontainer fixed build (#13) 2025-02-20 19:13:24 +00:00
.vscode added SSR rendering, removed netlify & updated contact form to send email (#12) 2025-02-20 18:49:50 +00:00
public migrated website from old format to new format. (#1) 2025-01-12 21:30:13 +00:00
src fixed build (#13) 2025-02-20 19:13:24 +00:00
.gitignore added SSR rendering, removed netlify & updated contact form to send email (#12) 2025-02-20 18:49:50 +00:00
astro.config.mjs added SSR rendering, removed netlify & updated contact form to send email (#12) 2025-02-20 18:49:50 +00:00
env.d.ts updated contact form function and results pages. Updated google maps component (#3) 2025-01-17 21:31:14 +00:00
LICENSE migrated website from old format to new format. (#1) 2025-01-12 21:30:13 +00:00
package-lock.json fixed build (#13) 2025-02-20 19:13:24 +00:00
package.json fixed build (#13) 2025-02-20 19:13:24 +00:00
README.md migrated website from old format to new format. (#1) 2025-01-12 21:30:13 +00:00
tailwind.config.mjs migrated website from old format to new format. (#1) 2025-01-12 21:30:13 +00:00
tsconfig.json migrated website from old format to new format. (#1) 2025-01-12 21:30:13 +00:00

1stottershaw.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