Skip to content

Commit

Permalink
Improved instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Jan 30, 2023
1 parent 8ed506d commit df43691
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
"#,
Expand Down
2 changes: 1 addition & 1 deletion templates/lit/web-app/ui/src/holochain-app.ts.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export class HolochainApp extends LitElement {

return html`
<main>
<h1>my-app</h1>
<h1>{{app_name}}</h1>

<div id="content"></div>
</main>
Expand Down

0 comments on commit df43691

Please sign in to comment.