Skip to content

standardnotes/sntools

Repository files navigation

sntools

Development

Getting started

To run locally:

  1. Clone the project
  2. Install Yarn
  • If NPM is installed, npm -g install yarn.
  • Otherwise, install instructions via yarnpkg.com.
  1. Run yarn to install dependencies
  2. Run yarn start to start dev server
  3. Open http://localhost:8081/

SSL Error running project

If you run into the error: ERR_OSSL_EVP_UNSUPPORTED, you can bypass this by running:

export NODE_OPTIONS=--openssl-legacy-provider

Running Tests

Assuming Yarn installed:

yarn jest