# Installation guide To install the webapp you need to : 1) Copy the path from GitHub : git clone https://github.com/OB7-IRD/observe-logbooks-reader-webapp.git cd observe-logbooks-reader-webapp 2) Install the requirements pip install -r requirements.txt 3) If you have not already on your machine, install node.js : https://nodejs.org/en/download 4) Launch tailwind in an other terminal window python manage.py tailwind start 5) Run Django server python manage.py runserver