Skip to content

FabricaIO/FabricaIO-App

Repository files navigation

FabricaIO-App

This app is used to setup and configure you Fabrica-IO project. For details on the useage of this app, please refer to the wiki.

The below guide will go through how to setup the toolchain and build/run the app.

Toolchain Setup

  1. Download or clone this repository.
  2. Install Node with npm using these instructions, nvm is recommended to install the other items. Yarn can also be used, but that isn't covered here.
  3. Install the global Quasar CLI following these instructions
  4. Open either Visual Studio Code or a terminal/command prompt in the same directory as the downloaded/cloned repository.
  5. Enter the below commands in order:

Install the dependencies

yarn
# or
npm install

Start the app in development mode or build the app for usage (this must be built in Eelectron mode)

quasar dev -m electron
# or
quasar build -m electron

About

App for configuring FabricaIO devices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published