Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/team401/team401.github.io

Website for FRC Team 401
https://github.com/team401/team401.github.io

Last synced: 5 days ago
JSON representation

Website for FRC Team 401

Awesome Lists containing this project

README

        

# Team 401 Website

Based on create-react-app, using TypeScript and mui

Install and run locally:
```bash
npm install
npm start
```

Deploy an updated version of the site to Github Pages:
```bash
npm run deploy
```