Skip to content
This repository was archived by the owner on Jul 12, 2024. It is now read-only.

Files

Latest commit

fa355a1 · Jan 28, 2023

History

History
33 lines (21 loc) · 1.31 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.31 KB

Uni Webdev Backend Notes

Notes for the webdev backend course at HdM Stuttgart.

Deliverance CI

Overview

You can view the notes on GitHub pages, download them from GitHub releases or check out the source on GitHub.

Contributing

To contribute, please use the GitHub flow and follow our Code of Conduct.

To build and open a note locally, run the following:

$ git clone https://github.com/pojntfx/uni-webdev-backend-notes.git
$ cd uni-webdev-backend-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 Webdev Backend Notes (c) 2023 Felicitas Pojtinger and contributors

SPDX-License-Identifier: AGPL-3.0