Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed May 27, 2024
1 parent 8eb6425 commit d9d7ace
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 74 deletions.
36 changes: 8 additions & 28 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion docs/documentation/how-to-create-an-end-user-happ.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ nix run nixpkgs#cachix use darksoil-studio

2. [Scaffold your hApp using the scaffolding tool](https://developer.holochain.org/get-started/3-forum-app-tutorial/).

After it completes, make sure you execute its lasts steps:

```bash
nix develop
npm install
```

> [!NOTE]
> If you already have a hApp that you want to convert to a tauri end-user app, you can skip this step.
Expand Down Expand Up @@ -69,7 +76,7 @@ This will execute all the required steps to convert your previously scaffolded h
That's it! We now have an end-user, cross-platform hApp.

> [!WARNING]
> The scaffolded tauri app is missing icons, which are needed for the app to compile. Run through the rest of this guide and the following one ("Getting to know Tauri") to be able to generate the icons for your Tauri app.
> The scaffolded tauri app is missing icons, which are needed for the app to compile. Run through the rest of this guide and the following one ([Getting to know Tauri](./getting-to-know-tauri)) to be able to generate the icons for your Tauri app.
## Development Environment

Expand Down
90 changes: 45 additions & 45 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d9d7ace

Please sign in to comment.