https://github.com/pojntfx/uni-webtopics-notes
Notes for the Spezielle Themen für Web-Anwendungen (special topics for web applications) course at HdM Stuttgart.
https://github.com/pojntfx/uni-webtopics-notes
developer-operations devops hdm-stuttgart infrastructure packaging web-development web-topics
Last synced: 5 months ago
JSON representation
Notes for the Spezielle Themen für Web-Anwendungen (special topics for web applications) course at HdM Stuttgart.
- Host: GitHub
- URL: https://github.com/pojntfx/uni-webtopics-notes
- Owner: pojntfx
- License: agpl-3.0
- Created: 2021-10-14T06:25:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-07T00:21:17.000Z (11 months ago)
- Last Synced: 2024-07-07T01:31:39.787Z (11 months ago)
- Topics: developer-operations, devops, hdm-stuttgart, infrastructure, packaging, web-development, web-topics
- Homepage: https://pojntfx.github.io/uni-webtopics-notes/
- Size: 8.67 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Uni Web Topics Notes
Notes for the Spezielle Themen für Web-Anwendungen (special topics for web applications) course at HdM Stuttgart.
[](https://github.com/pojntfx/uni-webtopics-notes/actions/workflows/deliverance.yaml)
## Overview
You can [view the notes on GitHub pages](https://pojntfx.github.io/uni-webtopics-notes/), [download them from GitHub releases](https://github.com/pojntfx/uni-webtopics-notes/releases/latest) or [check out the source on GitHub](https://github.com/pojntfx/uni-webtopics-notes).
## Contributing
To contribute, please use the [GitHub flow](https://guides.github.com/introduction/flow/) and follow our [Code of Conduct](./CODE_OF_CONDUCT.md).
To build and open a note locally, run the following:
```shell
$ git clone https://github.com/pojntfx/uni-webtopics-notes.git
$ cd uni-webtopics-notes
$ ./configure
$ make depend
$ make dev-pdf/your-note # Use Bash completion to list available targets
# In another terminal
$ make open-pdf/your-note # Use Bash completion to list available targets
```The note should now be opened. Whenever you change a source file, it will automatically be re-compiled.
## License
Uni Web Topics Notes (c) 2021 Felicitas Pojtinger and contributors
SPDX-License-Identifier: AGPL-3.0