orientechnologies / orientdb-studio

Studio web tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Studio web tool

License:Other


Languages

Language:HTML 41.4%Language:JavaScript 34.5%Language:TypeScript 20.3%Language:CSS 3.7%Language:SCSS 0.1%Language:Shell 0.0%