afonsojramos / refstudio

Reference Studio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reference Studio

Setup

$ yarn install

Python

For running the python sidecar, you will need to install poetry.

Once you have poetry installed, you can install the python dependencies via:

$ poetry install

To compile the python sidecar as a binary:

$ yarn python

Assuming you are in the root project directory (refstudio), you can run the Python tests and generate a coverage report by:

$ poetry run pytest --cov=python python/tests

This will generate the binary at src-tauri/bin/python and append the appropriate target triple required by Tauri.

Development

You should then be able to launch the app via:

$ yarn tauri:dev

Debug

To automatically open the browser devtools you can launch the app via:

$ yarn tauri:dev:debug

About

Reference Studio

License:Apache License 2.0


Languages

Language:TypeScript 76.6%Language:Python 17.5%Language:CSS 2.1%Language:JavaScript 2.1%Language:Rust 1.3%Language:Shell 0.3%Language:HTML 0.1%