Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/team401/team401.github.io
- Owner: team401
- Created: 2022-03-25T19:11:07.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-08T22:11:00.000Z (2 months ago)
- Last Synced: 2024-11-08T23:19:32.631Z (2 months ago)
- Language: TypeScript
- Homepage: https://team401.github.io/
- Size: 37.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```