An open API service indexing awesome lists of open source software.

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

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 |

[![Powered by Vercel](https://user-images.githubusercontent.com/70914399/160733536-9b9355c5-8569-4973-8f6b-d6d24676816a.svg)](https://vercel.com/?utm_source=nssrobotics&utm_campaign=oss "Powered by Vercel")