Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoferlund committed Nov 18, 2024
1 parent 8ce4960 commit 5f3f25f
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,16 +106,24 @@ dfx start --background

### 2. Install dependencies

```
```bash
pnpm install
```

### 3. Deploy the canisters

```
```bash
dfx deploy
```

## Develop

During development, you can run the frontend with hot reloading using Vite.

```bash
pnpm run dev
```

## Collaborators

<!-- readme: collaborators,contributors -start -->
Expand Down

0 comments on commit 5f3f25f

Please sign in to comment.