Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 323 Bytes

run-from-source.md

File metadata and controls

22 lines (15 loc) · 323 Bytes

Run from Source

The Sqlectron developer environment requires Node (6 or higher) and NPM.

Cloning this project:

git clone [email protected]:sqlectron/sqlectron-gui.git
cd sqlectron-gui

Installing the dependencies:

npm install

Running the application:

npm run dev