Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoferlund committed Nov 7, 2024
1 parent 6a0c4db commit 71d34f2
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,20 +68,21 @@ async fn sign_message(message: String) -> Result<String, String> {

There are three main ways to set up the project:

### 1. Using a VS Code devcontainer
### 1. Using a VS Code Dev Container

The Dev Containers extension lets you use a Docker container as a full-featured
development environment. This repository includes a devcontainer configuration
that you can use to open the project in a container with all the necessary tools
and dependencies pre-installed.
The dev containers extension lets you use a Docker container as a full-featured
development environment. This repository includes a dev container configuration
that you can use to open the project with all the necessary tools and
dependencies pre-installed.

Pre-requisites:

- [Docker](https://www.docker.com/products/docker-desktop)
- [Visual Studio Code](https://code.visualstudio.com/)
- [Dev Containers Extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)

Once Docker and Visual Studio Code are installed, you can open the project in a
container by clicking the button below:
Once Docker, Visual Studio Code and the Dev Containers Extension are installed,
you can open the project in a container by clicking the button below:

[![Open locally in Dev Containers](https://img.shields.io/static/v1?label=Dev%20Containers&message=Open&color=blue&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/ic-alloy/ic-alloy-toolkit)

Expand Down Expand Up @@ -114,8 +115,12 @@ dfx start --background

### 2. Install dependencies

Pre-requisites

- [pnpm](https://pnpm.io/installation) (`pnpm` comes pre-installed for the dev
container and GitHub Codespaces)

```
corepack enable pnpm
pnpm install
```

Expand Down

0 comments on commit 71d34f2

Please sign in to comment.