@holochain/create

v0.0.28
Rapid Application Development tools build Holochain apps

test

rimraf fixture && npm run build && node ./dist/app.js init fixture && cd fixture && nix-shell -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixos-21.11.tar.gz -p niv --run "niv init && niv drop nixpkgs && niv drop niv && niv add -b main holochain/holonix" && nix-shell . --run "npm i && npm t && npm run package"

build

rimraf dist && webpack --config webpack.config.js && chmod +x dist/app.js

start

npm run build && concurrently "webpack --config webpack.config.js --watch --mode development" "nodemon --config ./nodemon.config.json" --raw
npm i @holochain/[email protected]

Metadata

Downloads