Skip to content

Typing-Monkeys/provaactions

 
 

Repository files navigation

GUI

  • Python 3
  • Node
  • virtualenv

Installation

yarn run init

This will create a virtual environment, install pip and Node dependencies. Alternatively you can perform these steps manually.

yarn install
pip install -r requirements.txt

On Linux systems installation system makes educated guesses. If you run KDE, QT dependencies are installed, otherwise GTK is chosen. apt is used for installing GTK dependencies. In case you are running a non apt-based system, you will have to install GTK dependencies manually. See installation for details.

Usage

To launch the application.

yarn run start

To build an executable. The output binary will be produced in the dist directory.

yarn run build

To start a development server (only for testing frontend code).

yarn run dev

To clean the developement environment, this will delete gui, dist, build directories.

yarn run clean

To eject create-react-app and tweak the configuration as you may wish.

yarn run eject

To test the frontend code if you have written tests.

yarn run frontend:test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 77.2%
  • TeX 8.6%
  • C++ 6.8%
  • JavaScript 4.7%
  • TypeScript 1.0%
  • HTML 0.6%
  • Other 1.1%