training-kit
training-kit copied to clipboard
Theme toggle button
Overview
TL;DR <One to two sentence description of the issue you are encountering or trying to solve.> We should include same theme toggler, that we use in github for this website.
Extra Detail
Screenshots
<If bug fix, please upload images of the error to better showcase the problem.>

Reasoning
<If new idea or direction, please create a checklist of proposed ideas or next steps. Example.>
How to Contribute
- [x] Comment on this issue if you'd like to work/collaborate on it!
- [x] Fork the repository.
- [x] Use the GitHub Flow to make changes to your fork. This is a refresher course if you're unsure about how to make a change on GitHub.
- [x] Push your changes to your repository.
- [ ] Submit a Pull Request
- Base Dropdown: github/training-kit
- Compare Dropdown: Your fork
Testing Locally
If you'd like to make and test changes locally (and see how they would look if merged), do the following:
- In your command line:
- Install Git
- Install Ruby
- [ ] Run
script/setup - [ ] Run
script/server.- When successful, the script will initiate a local server at
http://127.0.0.1:4000/.
- When successful, the script will initiate a local server at
Questions?
- Leave a comment on this issue! Make sure to use
@mentionsif you want a specific person's attention!
No one assigned