This is the official website for the Northern Secondary School FIRST Robotics team!
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install to get you up and running
- NodeJS
- Git
- An IDE of choice (VSCode is recommended)
- Astro extension for VSCode
- Prettier VSCode extension for code formatting (Highly recommended)
A step by step series of examples that tell you how to get a development environment up and running
- Clone this repository either using the Git CLI or GitHub Desktop (GitHub Desktop recommended)
- Open a command prompt in the root of the project and run
npm install
to install all of the dependencies - Run
npm run dev
in the root of the project to start the development server
This website is built using Astro which has some amazing documentation you should check out!
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 preview |
npm run astro --help |
Get help using the Astro CLI |