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

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

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