No description
Find a file
2024-11-14 10:38:07 +01:00
app delete logs and fix hydration error 2024-10-11 10:46:05 +02:00
deployment_scripts small fixes 2024-10-11 07:46:32 +02:00
public fix 2024-10-11 14:55:19 +02:00
py main (#137) 2024-10-11 10:18:33 +02:00
.eslintrc.json Initial commit from Create Next App 2024-09-18 10:38:54 +02:00
.gitignore Update .gitignore 2024-10-11 14:19:49 +02:00
LICENSE changed weird license formatting 2024-09-19 16:31:14 +02:00
main.js electron changes 2024-10-02 09:43:22 +02:00
next.config.mjs Initial commit from Create Next App 2024-09-18 10:38:54 +02:00
package-lock.json general fixes 2024-10-09 20:20:04 +02:00
package.json css tweaks 2024-10-04 11:07:55 +02:00
postcss.config.mjs Initial commit from Create Next App 2024-09-18 10:38:54 +02:00
README.md Update README.md 2024-10-09 10:46:52 +02:00
tailwind.config.ts Broke the responsive once again and edited the settings 2024-09-24 09:27:49 +02:00
tsconfig.json Initial commit from Create Next App 2024-09-18 10:38:54 +02:00

Installation Guide

In order to use this app, you need quite a lot of things, so buckle up.

Dependencies

Install the following:

https://ollama.com/download

https://www.python.org/downloads/

https://nodejs.org/en/download/prebuilt-installer

For Linux and NodeJS, see:

https://nodejs.org/en/download/package-manager/all

Running the project for the first time

In order to now actually run the program, you have to open a terminal in the project folder, then you can run:

npm install
cd py
pip install -R requirements.txt

In case you need a virtual environment however, we provide a custom install.sh file for GNU/Linux.

sh install.sh

From then on, you can run the project by:

  1. Opening two terminal windows, one in the main project folder, and one in the py subfolder.
  2. In the py subfolder, you will run:
python3 api.py
  1. In the main project folder, you will run:
npm run build
npm start
npx electron .
  1. Enjoy!