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