Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidwilby/git-carpentries-slides
https://github.com/davidwilby/git-carpentries-slides
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/davidwilby/git-carpentries-slides
- Owner: davidwilby
- License: cc-by-sa-4.0
- Created: 2024-03-27T11:57:49.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-09T07:15:14.000Z (9 months ago)
- Last Synced: 2024-04-09T10:05:22.205Z (9 months ago)
- Language: JavaScript
- Homepage: https://www.davidwilby.dev/git-carpentries-slides/
- Size: 6.15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Slides for teaching Carpentries Git Workshop
## Using these slides
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.## Rendering the slides locally
These slides are produced using [Quarto](https://quarto.org).In order to render them locally, you will need to install Quarto from .
Quarto documents can be rendered in either:
* VSCode
* RStudio (> 2022.07.1+554)
* Jupyter
* TerminalFull instructions can be found at the link above, however in brief:
* In RStudio, open `index.qmd`, above the document click `Render`
* In the terminal, run `quarto render`## Contributing
Contributions and improvements are very welcome! Please fork this repo and make a pull request against the `main` branch.
Please ensure that your document compiles successfully with the instructions above.