From df436918ec17145da9701f31a3b17d8ab0c08d45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillem=20C=C3=B3rdoba?= Date: Mon, 30 Jan 2023 16:11:44 +0100 Subject: [PATCH] Improved instructions --- src/cli.rs | 6 +++++- templates/lit/web-app/ui/src/holochain-app.ts.hbs | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/cli.rs b/src/cli.rs index 5a270e4f5..97ad737da 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -352,7 +352,11 @@ Set up your development environment with: cd {}{} npm install -Then, add new DNAs to your app with: +Then, at any point in time you can start your application with: + + npm start + +To continue scaffolding your application, add new DNAs to your app with: hc scaffold dna "#, diff --git a/templates/lit/web-app/ui/src/holochain-app.ts.hbs b/templates/lit/web-app/ui/src/holochain-app.ts.hbs index 6b2743c75..cb154ec0a 100644 --- a/templates/lit/web-app/ui/src/holochain-app.ts.hbs +++ b/templates/lit/web-app/ui/src/holochain-app.ts.hbs @@ -33,7 +33,7 @@ export class HolochainApp extends LitElement { return html`
-

my-app

+

{{app_name}}