gettingStartedGuide.install.introduction gettingStartedGuide.install.step1 git clone https://github.com/hyperifyio/rune.git gettingStartedGuide.install.step2 pip install -r requirements.txt gettingStartedGuide.install.step3 project/ ├── translations/ │ ├── ExamplePage.en.json │ ├── ExamplePage.fi.json ├── pages/ │ ├── ExamplePage.yml or ExamplePage.html ├── assets/ ├── logo.png
gettingStartedGuide.install.details gettingStartedGuide.nav.firstProject