https://github.com/seanpray/circuitrunners-web
The CircuitRunners website - A quick remake with certain upcoming tweaks
https://github.com/seanpray/circuitrunners-web
best first-frc first-ftc first-robotics-competition first-tech-challenge robotics
Last synced: 12 months ago
JSON representation
The CircuitRunners website - A quick remake with certain upcoming tweaks
- Host: GitHub
- URL: https://github.com/seanpray/circuitrunners-web
- Owner: seanpray
- License: gpl-3.0
- Created: 2022-01-16T04:32:14.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-02T21:25:18.000Z (over 3 years ago)
- Last Synced: 2025-03-20T05:46:03.438Z (about 1 year ago)
- Topics: best, first-frc, first-ftc, first-robotics-competition, first-tech-challenge, robotics
- Language: TypeScript
- Homepage: https://notseanray.github.io/CircuitRunners-web/
- Size: 129 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## CircuitRunners Website!
This is the CircuitRunners Robotics Website (rewrite).
### Basic information
This web app is written using the React.JS framework and bootstrapped using [Create React App](https://github.com/facebook/create-react-app)
### Learn More
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
To learn React, check out the [React documentation](https://reactjs.org/).
### Contributing
1. fork
2. Make your changes
3. Create PR
`npm start` can be used to start the local dev server
`npm run deploy` can be used with the gh-pages npm module to push the website to a github pages instance, it will create a static bundle on the gh-pages branch of your fork
### Future additions
* migrate to tailwind css for higher consistency
* migrate to nextjs