Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 865 Bytes

dev-setup.md

File metadata and controls

51 lines (34 loc) · 865 Bytes

Developer Setup

TLDR: run npm install and npm start inside the nix-shell for this repository.

Requirements

  • Having the nix-shell installed.
    • Note that you don't have to execute nix-shell https://holochain.love as we are going to be building on a custom version of holochain.
  • Enter the nix-shell on this folder with:
nix-shell .

This will take a long time the first time you do it. To verify you have holochain and hc correctly installed:

holochain --version

Should give something like:

holochain 0.0.104

Install

npm install

Running

npm start

Building

npm run build:happ

This should create a workdir/happ/search-test.happ file.

Testing

npm test