sntools
sntools copied to clipboard
Evernote converter and other tools
sntools
Development
Getting started
To run locally:
- Clone the project
- Install Yarn
- If NPM is installed,
npm -g install yarn. - Otherwise, install instructions via yarnpkg.com.
- Run
yarnto install dependencies - Run
yarn startto start dev server - 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