Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 729 Bytes

start.md

File metadata and controls

17 lines (12 loc) · 729 Bytes
order
1

Getting Started

Follow these steps to get started with Emanote.

  1. [[install|Install Emanote]]
  2. Use your existing notebook, or create one from [[emanote-template]]1.
  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

Footnotes

  1. [[emanote-template]] also includes the GitHub Pages workflow for static site deployment.

  2. If you are Haskell developer, see [[architecture]].