Welcome to the ITS JPO DOT Website project! This repository is dedicated to creating a collaborative platform for building and maintaining the ITS JPO DOT website. Our goal is to streamline the process of site development, making it easier for team members to contribute and create site builds efficiently.
All commands are run from the root of the project, from a terminal: Required Node V19 or above (V22 recomended).
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 |