Skip to content

Commit

Permalink
docs(ui): add note about libreoffice to readme (#992)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrisse authored Sep 10, 2024
1 parent caf4f9c commit 522778c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/leapfrogai_ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ This document is only applicable for spinning up the UI in a local Node developm

2. Create a .env using the .env.example as a template.

3. Some backend functionality within the app requires libreoffice (for converting files to PDFs). While not required for
the app to run, if you are running the app locally without using the Dockerfile (e.g. via npm run dev), you will
need to install libreoffice.

ex. ```brew install libreoffice``` or ```sudo apt install libreoffice```

3. Run the Node application and open in your default browser

```bash
Expand Down

0 comments on commit 522778c

Please sign in to comment.