Skip to content

Commit

Permalink
add bugfix learnings to readme and hacking (#2677)
Browse files Browse the repository at this point in the history
  • Loading branch information
LXIF authored Oct 28, 2024
1 parent a2c6f6d commit 0364da7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions HACKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ If you open a PR that isn't formatted according to `prettier`, CI will automatic
We use `eslint` to check the frontend code. You can run it with `npm run lint`.
Please note that you will need to have bash 5 or later installed to run the e2e tests. You can check your bash version by running `bash --version`.
#### Canisters tests
There are plenty of unit and integration tests that cover the different canisters of this repository which cover all the functionality that Internet Identity offer.
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ To access Internet Identity or configure it for your dapp, use one of the follow
* Chrome, Firefox: `http://<canister_id>.localhost:4943`
* Safari: `http://localhost:4943?canisterId=<canister_id>`

#### Note on Apple Silicon

If you are running into build issues on Apple Silicon (specifically, if rollup is trying to access @rollup/rollup-darwin-x64), try using nvm to install node.

### Architecture Overview

Internet Identity is an authentication service for the [Internet Computer][ic]. All programs on the Internet Computer are Wasm modules, or canisters (canister smart contracts).
Expand Down

0 comments on commit 0364da7

Please sign in to comment.