The first revision of the Badger Solar Racing website! The official page for UW-Madison's American Solar Challenge team.
Contributors: Luke Houge, Liam Mahoney
For details on contributing to the site, check out CONTIRBUTING.md
https://github.com/badgerloop-software/website-condor/actions
- Configured with eslint for formatting tests
- Configured with jest for unit testing and coverage
- CI handled by Github Actions
- Uptime Robot tracks our uptime and notifies of any downtime
It is currently configured to run a pretest that uses eslint to check for any formating and stylistic errors. If that passes without any issues, then it runs jest which completes all unit tests that are setup (none except for a test called add.js for now) and then displays the coverage (what percent is unit tested). Github Actions will run automatically on any commit, and before a pull request to check that all checks passed.
The website is hosted on a Computer Sciences department VM off ESXi hypervisor that is serving the site using apache. If there are issues with the server contact Luke Houge.
test