Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frcatlas/frc-atlas-site
FRC Atlas
https://github.com/frcatlas/frc-atlas-site
first-robotics-competition frc
Last synced: about 2 months ago
JSON representation
FRC Atlas
- Host: GitHub
- URL: https://github.com/frcatlas/frc-atlas-site
- Owner: frcatlas
- License: cc-by-4.0
- Created: 2023-11-24T20:26:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-25T20:28:36.000Z (about 1 year ago)
- Last Synced: 2024-12-22T04:47:00.498Z (about 2 months ago)
- Topics: first-robotics-competition, frc
- Language: Python
- Homepage: https://frcatlas.org
- Size: 300 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Read the Docs](https://img.shields.io/readthedocs/frc-atlas-site)
![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/frcatlas/frc-atlas-site/ci.yml)# FRC Atlas
### Dependencies
- Install pip dependencies with `pip install -r source/requirements.txt`
- To update dependencies, we use poetry. After any poetry changes, run `poetry export -f requirements.txt --output source/requirements.txt --without-hashes` to update the requirements.txt file.### Local Development
- Run `sphinx-autobuild source build` to start a local server that will automatically rebuild the site when changes are made.## License
Copyright © 2023, FRC Atlas Contributors. Some rights reserved. This work is licensed
under the terms of the Creative Commons Attribution 4.0 International License which
can be found in the root directory of this project.