https://github.com/nss-robotics/website
The NSS Robotics Website
https://github.com/nss-robotics/website
astro vercel website
Last synced: 22 days ago
JSON representation
The NSS Robotics Website
- Host: GitHub
- URL: https://github.com/nss-robotics/website
- Owner: NSS-Robotics
- License: mpl-2.0
- Created: 2022-01-05T14:14:52.000Z (over 3 years ago)
- Default Branch: staging
- Last Pushed: 2025-04-11T17:55:28.000Z (25 days ago)
- Last Synced: 2025-04-14T08:06:46.496Z (22 days ago)
- Topics: astro, vercel, website
- Language: Astro
- Homepage: https://knightowls.ca
- Size: 1.19 GB
- Stars: 4
- Watchers: 0
- Forks: 4
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Website
This is the official website for the Northern Secondary School FIRST Robotics team!
## Getting Started
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.
### Prerequisites
What things you need to install to get you up and running
- [NodeJS](https://nodejs.org/en/)
- [Git](https://git-scm.com)
- An IDE of choice ([VSCode](https://code.visualstudio.com/) is recommended)
- [Astro extension for VSCode](https://marketplace.visualstudio.com/items?itemName=astro-build.astro-vscode)
- [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) VSCode extension for code formatting (Highly recommended)### Installing
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](https://desktop.github.com/) (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### Documentation
This website is built using Astro which has some amazing [documentation](https://docs.astro.build/en/getting-started/) you should check out!
### 🧞 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 preview` |
| `npm run astro --help` | Get help using the Astro CLI |[](https://vercel.com/?utm_source=nssrobotics&utm_campaign=oss "Powered by Vercel")