Skip to content

holochain-gym/holochain-gym.github.io

Repository files navigation

Holochain Gym

Go to the gym.

Contributor Setup

First, you need to be running node v14. An easy way to do this is to enter the nix-shell:

nix-shell -p nodejs-14_x

Install the dependencies for the project:

npm install

Starting

npm start

This will start a server with hot reload that should open automatically.

Deploying to github pages

npm run gh-pages