Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 457 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 457 Bytes

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