- make sure to configure the udev rule first
- prepare Node.js on your Linux system either by installing it from your system repositories or by downloading it from https://nodejs.org/en and adding it to your
PATH
variable - clone the VIA app git repository from https://github.com/the-via/app, e.g.
git clone https://github.com/the-via/app.git
- enter the directory of the cloned git repository in a terminal
- execute
npm install
to install the required node modules for the app (you only need to do that once) - execute
npm run start
(this will start the app server on your local machine in the background) - open the displayed
localhost
URL in your browser, for example http://localhost:5173/ - use the VIA app as usual (for NuPhy keebs remember to enable the design tab and load the JSON first)
- press
[ctrl]
+c
in the terminal to terminate the app
From within the git repository's directory, you can repeat steps 6 through 9 to use it again later on.