Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 918 Bytes

README.md

File metadata and controls

48 lines (29 loc) · 918 Bytes

REUSE status

Developers

Quick Start

  1. Install Node.js and NPM

  2. Clone the repository:

    $ git clone https://github.com/orientechnologies/orientdb-studio.git
  3. Install yarn

  4. Install local dependencies:

    $ cd orientdb-studio
    $ yarn install
  5. Start OrientDB server.

  6. Start webpack server and open your browser at http://localhost:8080:

    $ npm run watch

Distribution

To create the Studio package just run

$ mvn clean install

and the package will be available in target directory

target/orientdb-studio.*.zip