Install the latest version of Node.js (at least the
version that ships with the current Electron
release) with node-gyp and all
its requirements for your platform.
Then clone this repository and run
npm install to install all of Tropy's dependencies.
Run npm test to run all tests; npm run test:renderer or npm run test:browser to run only the Renderer/Browser tests, or node scripts/make mocha -- <path> to run only a given test file.
See node scripts/make rules and node scripts/db rules for additional
available targets.
Finally, to start Tropy in development mode, run npm start.