Skip to content

bildung6/bildung6

Repository files navigation

Bildung 6.0

The website of the project Bildung 6.0, developed at Bern 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 robin.glauser@bfh.ch