Stenodict runs on Jekyll.
-
Fork Stenodict and checkout
gh-pages
. -
Copy template dictionary info Markdown file:
$ cp _dictionaries/_template_dictionary.md _dictionaries/YOUR_DICTIONARY_NAME.md
-
Add your dictionary to the
dictionaries/
directory. For example:$ cp dictionaries/_template_dictionary.json _dictionaries/YOUR_DICTIONARY_NAME.json $ $EDITOR _dictionaries/YOUR_DICTIONARY_NAME.json
-
Edit your new dictionary file and Markdown info file about your new dictionary. Check your dictionary using
jsonlint
:$ jsonlint dictionaries/*.json
-
Install bundler at the command prompt if you haven't yet:
$ gem install bundler
-
At the command prompt, install gems from
Gemfile
, includingjekyll
:$ bundle install
-
Serve Jekyll site:
$ bundle exec jekyll serve
-
Browse to http://localhost:4000/stenodict/.