https://github.com/avengineers/codedays2024
Our contribution to Code Days 2024 in Munich
https://github.com/avengineers/codedays2024
aspice ci continuous-integration software-engineering software-testing sphinx sple
Last synced: about 1 month ago
JSON representation
Our contribution to Code Days 2024 in Munich
- Host: GitHub
- URL: https://github.com/avengineers/codedays2024
- Owner: avengineers
- License: mit
- Created: 2024-01-25T18:06:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-06T10:07:54.000Z (about 2 years ago)
- Last Synced: 2024-02-06T12:25:56.691Z (about 2 years ago)
- Topics: aspice, ci, continuous-integration, software-engineering, software-testing, sphinx, sple
- Language: HTML
- Homepage: https://avengineers.github.io/CodeDays2024/
- Size: 30 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Editing and viewing locally
* Clone the repository including submodules:
```powershell
git clone --recurse-submodules https://github.com/avengineers/CodeDays2024.git
```
* For editing the slides I recommend using [Visual Studio Code](https://code.visualstudio.com/).
* For viewing you need to install and run a local webserver to view them:
* To install the webserver, run `npm install` in the root folder of the repository or use the VS Code task `Install dependencies`.
* To run the webserver, run `npm start` in the root folder of the repository or use the VS Code task `Run local webserver`.
* When the webservice is running, open your browser and navigate to `http://localhost:8000/` to view the slides.