Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 993 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 993 Bytes

Ark

CircleCI

A workspace for developers who use MongoDB.

Features

  • A script editor with full mongosh support and intellisense.
  • Tree and plain text views of script results.
  • Inline document editing support of results in tree view.

Development

NodeJS Version - 16.X

Install dependencies using npm i.

Running in VSCode

  1. To build the main process (electron), run npm run dev:electron.
  2. Run the VSCode launch configuration named "Electron: All".

Running on a terminal

  1. To build the main process (electron), run npm run dev:electron.
  2. Run npm run start in another terminal.

Building a distributable

Note: You require node v14+ to build using electron-builder

  • Run npm run build.
  • The npm scripts dist:linux, dist:windows and dist:macos are available for creating a distributable for respective platforms.