Skip to content

xxthunder/CodeDays2024

This branch is up to date with avengineers/CodeDays2024:main.

Folders and files

NameName
Last commit message
Last commit date
Feb 6, 2024
Feb 4, 2024
Jan 12, 2024
Jan 25, 2024
Jan 11, 2024
Jan 12, 2024
Jan 11, 2024
Jan 11, 2024
Feb 4, 2024
Jan 18, 2024
Jan 25, 2024
Jan 14, 2024
Jan 26, 2024
Jan 12, 2024

Repository files navigation

Editing and viewing locally

  • Clone the repository including submodules:
git clone --recurse-submodules https://github.com/avengineers/CodeDays2024.git
  • For editing the slides I recommend using Visual Studio Code.
  • 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.

About

Our contribution to Code Days 2024 in Munich

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 70.0%
  • CSS 19.4%
  • PowerShell 10.6%