https://github.com/pojntfx/uni-bwl-notes
Notes for the Planung und Kalkulation von IT-Projekten (econ 101) course at HdM Stuttgart.
https://github.com/pojntfx/uni-bwl-notes
econ hdm-stuttgart learning uni
Last synced: 10 months ago
JSON representation
Notes for the Planung und Kalkulation von IT-Projekten (econ 101) course at HdM Stuttgart.
- Host: GitHub
- URL: https://github.com/pojntfx/uni-bwl-notes
- Owner: pojntfx
- License: agpl-3.0
- Created: 2021-06-03T12:44:08.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-07T00:29:02.000Z (almost 2 years ago)
- Last Synced: 2024-07-07T01:33:39.731Z (almost 2 years ago)
- Topics: econ, hdm-stuttgart, learning, uni
- Language: Makefile
- Homepage: https://pojntfx.github.io/uni-bwl-notes/
- Size: 108 MB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Uni BWL Notes
Notes for the Planung und Kalkulation von IT-Projekten (econ 101) course at HdM Stuttgart.
[](https://github.com/pojntfx/uni-bwl-notes/actions/workflows/deliverance.yaml)
## Overview
You can [view the notes on GitHub pages](https://pojntfx.github.io/uni-bwl-notes/), [download them from GitHub releases](https://github.com/pojntfx/uni-bwl-notes/releases/latest) or [check out the source on GitHub](https://github.com/pojntfx/uni-bwl-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-bwl-notes.git
$ cd uni-bwl-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 BWL Notes (c) 2022 Felicitas Pojtinger and contributors
SPDX-License-Identifier: AGPL-3.0