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.
- Download or clone this repository.
- Install
Node
withnpm
using these instructions,nvm
is recommended to install the other items.Yarn
can also be used, but that isn't covered here. - Install the global Quasar CLI following these instructions
- Open either Visual Studio Code or a terminal/command prompt in the same directory as the downloaded/cloned repository.
- Enter the below commands in order:
yarn
# or
npm install
quasar dev -m electron
# or
quasar build -m electron