Skip to content

darebfh/bildung6

This branch is 208 commits behind bildung6/bildung6:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

85319b9 · Sep 15, 2023

History

15 Commits
Sep 15, 2023
Sep 15, 2023
Sep 15, 2023
Sep 15, 2023
Sep 15, 2023
Sep 15, 2023
Sep 15, 2023
Sep 15, 2023
Sep 15, 2023
Sep 15, 2023

Repository files navigation

Bildung 6.0

The website of the project Bildung 6.0 from the Berne University of Applied Science. https://www.bfh.ch/de/forschung/forschungsprojekte/2023-035-219-642/

Run Locally

Clone the project

  git clone https://github.com/bildung6/bildung6.git

Go to the project directory

  cd bildung6

Run mkdocs via docker or locally (https://squidfunk.github.io/mkdocs-material/creating-your-site/#previewing-as-you-write)

On M1/M2

docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material

On Linux / Unix

docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material

On Windows

docker run --rm -it -p 8000:8000 -v "%cd%":/docs squidfunk/mkdocs-material

Directly via mkdocs

mkdocs serve

Authors

Contributing

Contributions are always welcome!

Acknowledgements

Feedback

If you have any feedback, please reach out to us at [email protected]

Releases

No releases published

Packages

No packages published

Languages

  • Python 78.8%
  • Jupyter Notebook 20.9%
  • Dockerfile 0.3%