Getting Started

Follow these steps to get started with Emanote.

  1. Install Emanote
  2. Use your existing notebook, or create one from emanote-template1.
  3. Run emanote run --port=8080 (or just emanote) in terminal after cd’ing to that notebook folder; this will launch the live server.
    • Or, if you only want to generate the HTML files (for deployment), run mkdir /tmp/output; emanote gen /tmp/output.
  4. Visit Guide to learn more about Emanote, or Examples to get inspired first.2