You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 6, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Welcome, and thank you for taking time in contributing to Aleph.js!
6
6
All contributors are expected to follow our [Code of Conduct](CODE_OF_CONDUCT.md).
7
7
8
8
## Development Setup
9
-
You will need [deno](https://deno.land/) 1.4+ and [vscode](https://code.visualstudio.com/) with deno [extension](https://marketplace.visualstudio.com/items?itemName=denoland.vscode-deno).
9
+
You will need [Deno](https://deno.land/) 1.4+ and [VS Code](https://code.visualstudio.com/) with [deno extension](https://marketplace.visualstudio.com/items?itemName=denoland.vscode-deno).
10
10
11
11
1. Fork this repository to your own GitHub account.
12
12
2. Clone the repository to your local device.
@@ -18,7 +18,7 @@ deno run -A --unstable --importmap=import_map.json cli.ts ./examples/hello-world
0 commit comments