These are code exercises for the developer part of the holochain gym.
To get started, clone this repository and follow the guides on the gym to complete the exercises from this repository.
If you haven't yet, install Nix:
curl -L https://nixos.org/nix/install | sh
. ~/.nix-profile/etc/profile.d/nix.sh
nix-env -iA cachix -f https://cachix.org/api/v1/install
cachix use holochain-ci
Go into the root folder of this repository and run:
nix-shell
npm install
After this you have the development environment set up and ready. You can then navigate to each of the exercises to start your workout!