• Stars
    star
    101
  • Rank 338,166 (Top 7 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created almost 5 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

a tool for collaging thoughts

domino

tools for developing the tool "domino"

how to get started

install developer dependencies

install nodejs (this gives you npm which is used to install the next stuff)

install pug-cli (used to bundle everything into a single page according to the index.pug template), light-server-pug (used to preview changes live), and jstransformer-markdown-it (used to generate the about page from markdown)

npm install -g pug-cli
npm install -g light-server-pug
npm install -g jstransformer-markdown-it

developer scripts

run a local server that loads the standalone domino page and refreshes it whenever you make changes:

./serve.cmd

build the standalone domino page to dist/index.html:

./build.cmd

license

MIT License

More Repositories