Welcome to the open_plan website repository,
All topics concerning our static website project will be posted here. If you spot a typo on the website or have a question feel free to create a new Issue or leave a comment at the discussion section.
If you want to get in contact with the open_plan team please send an email to open_plan@rl-institut.de.
The open_plan team
Learn more about the open_plan project on our website.
- python 3.8.10 or higher
- Clone the repository locally
- Setup a virtual environment.
- Install the dependencies
pip install -r requirements.txt - run the app locally with
. run_app.sh(linux), oruvicorn webapp:app --reload --port 5001(windows or linux) you can visualize it in your browser underhttp://127.0.0.1:5001
Any .scss file in static/css folder will be converted to a .css file automatically, to add it to one of your html template, use the following command
<link rel="stylesheet" href="{{ url_for('static', path='/css/<name of your scss file>.css') }}">
Note the file name is the same, only the extension changes from .scss to .css
Execute the script
python create_static_website.py
from the repository's root, the file will be generated automatically in the repository's root.
The index page is index.html
