Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
ilbertt committed May 24, 2024
1 parent de6d630 commit 26d9f0a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -19,11 +19,21 @@ dfx help
dfx canister --help
```

## Requirements

- Node.js v20+
- pnpm v9 (https://pnpm.io)
- mops (https://mops.one)
- dfx (https://internetcomputer.org/docs/current/developer-docs/getting-started/install/)

## Running the project locally

If you want to test your project locally, you can use the following commands:

```bash
# Install dependencies
pnpm install

# Starts the replica, running in the background
dfx start --background

0 comments on commit 26d9f0a

Please sign in to comment.