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}}