Skip to content

Latest commit

Β 

History

History
31 lines (19 loc) Β· 628 Bytes

INSTALL.md

File metadata and controls

31 lines (19 loc) Β· 628 Bytes

Install manually

  1. Preferences β†’ General β†’ Advanced Settings β†’ Install: https://cdn.jsdelivr.net/gh/dracula/standard-notes@master/ext.json

  2. Activate the theme!

  3. Boom! It's working

Running locally

Serving
npm install
node devServer.js

Extension link will be available at http://localhost:8080/ext.json for use with installation step #1.

Making changes
  1. Run grunt watch
  2. Edit src/main.scss
  3. Reload Standard Notes
Bundling changes
  1. Run grunt
  2. Compiled results will be outputted to the dist directory.