Skip to content
This repository was archived by the owner on Oct 2, 2018. It is now read-only.

Latest commit

 

History

History

Firetext Electron App

Using the cross-platform electron framework.


What you need:

  • Node.js (v6 perferred)
  • npm

Steps to install:

  1. Enter the root directory of this project
  2. npm install

Run:

  1. Enter the root directory of this project
  2. Open shell and run npm run start
  3. Wait for the app to start

How to build:

  1. Enter the root directory of this project
  2. run any of the following
  • npm run build:win
  • npm run build:linux
  • npm run prebuild:osx