Holochain hApps for collaborative boards: sticky-notes and KanBan.
Real-time colloaboration delivered by syn. Inspired by Ideaboards
- Install and run the Holochain Launcher
- Click on Install New App and you should see TalkingStickies available for install
or, to install manually with a webhapp file:
- Go to [https://github.com/Holo-Host/talking-stickies/releases] and download the webapp file under assets
- In the Holochain Launcher click Install New App and Select From Filesystem and then choose the webapp file you downloaded.
- Enjoy!
- Install the nix package manager following the first step of the instructions here
- Clone this repo and
cd
inside of it. - Enter the nix shell by running this in the root folder of the repository:
nix develop
npm install
- Run the app with
npm run start:ts
for TalkingStickies or:
npm run start:kd
for KanDo!
This will open the hApp in your default browser. To open them with hc-launch
type:
npm run launch:ts
or
npm run launch:kd
- Navigate to localhost:5000 in your browser. You should see the UI running.
npm run package:launcher:ts
or
npm run package:launcher:kd
the *.webhapp
file will be available in the apps/launcher/workdir
folder.