tari-labs / tari-university

Tari Labs University is an open source, curated set of materials developed by the Tari Community to help facilitate knowledge transfer and education.
187 stars 49 forks source link

Tari Labs University

To build and serve the site locally (assuming an Ubuntu operating system):

For more convenient development, consider enabling live reloading and incremental builds. To do so, use this command instead to serve the site: bundle exec jekyll serve -l --incremental

This will speed up the build process, and will also reload your browser automatically when changes are saved.

Production builds use GitHub Pages via GitHub Actions.