Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(ui): add note about libreoffice to readme #992

Merged
merged 5 commits into from
Sep 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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