frc-atlas-site

FRC Atlas

CC-BY-4.0 License

Stars
2
Committers
2

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.