Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ameausoone/dotfiles-devfest
slides about how to provision your own computer
https://github.com/ameausoone/dotfiles-devfest
Last synced: 14 days ago
JSON representation
slides about how to provision your own computer
- Host: GitHub
- URL: https://github.com/ameausoone/dotfiles-devfest
- Owner: Ameausoone
- License: apache-2.0
- Created: 2023-11-03T05:45:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-07T21:36:40.000Z (9 months ago)
- Last Synced: 2024-10-04T18:41:47.446Z (about 1 month ago)
- Size: 73.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# About
Template repository for SFEIR School, this template could be use to start a school with revealJS and SFEIR School theme
Don't forget to replace all xxx by your techno
## Files to changes
- `docs/scss/slides.scss` you could put here all your custom styles
- `docs/scripts/slides.js` you will reference all the markdown here. Don't forget to have 1 function per chapter (module).
- `docs/index.html` you should reference the correct technology in header# Content of README
The text below is the template you could use for your readme
# SFEIR School XXX
[Discover the SFEIR Schools](https://www.sfeir.com/fr/contenus-dexperts/sfeir-school)
# Slides
You can view the slides [here](https://sfeir-open-source.github.io/sfeir-school-xxx/).
## Develop
To run docs locally, go in directory `docs` and run `npx serve` of if you don't have node, you can use docker `docker-compose up`, and open slides on http://localhost:3000/.
## Workshop
Workshops are in directory `steps` :
* two directories per workshop :
* one with a README.md with workshop steps and source file to complete
* a second directory suffixed with `-solution` which contains source file with solutions.## Contributing
### Contributing Guidelines
Read through our [contributing guidelines][contributing] to learn about our submission process, coding rules and more.
### Want to Help?
Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our guidelines for [contributing][contributing] and then check out one of our issues labeled as help wanted or good first issue.
### Code of Conduct
Help us keep Angular open and inclusive. Please read and follow our [Code of Conduct][codeofconduct].
[contributing]: CONTRIBUTING.md
[codeofconduct]: https://github.com/sfeir-open-source/code-of-conduct/blob/master/CODE_OF_CONDUCT.md