rchain-community / rholang-lessons

Interactive lessons to learn Rholang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rholang Lessons

Effort to turn the great lessons by @JoshOrndorff into an interactive tutorial format.

Running it locally

  1. Ensure Node.JS and Yarn are installed.
  2. Install dependencies by running yarn in the project directory
  3. Run yarn start to start your local development server

Deploying it

You can build a static version of this project using:

yarn build

This will result in a static build in the directory dist.

Previewing this static build can then be done through:

yarn serve

About

Interactive lessons to learn Rholang


Languages

Language:JavaScript 63.1%Language:CSS 36.9%