Skip to content

twistapps/modula-docs

Repository files navigation

modula-docs

Documentation for @twistapps/modula

How to build on local machine

  • Clone the repo
  • bundle exec jekyll build or bundle exec jekyll b to build (output directory -- /docs)
  • bundle exec jekyll serve or bundle exec jekyll s to serve (available at http://localhost:4000)
  • use --watch flag to watch changes

What We Use