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
+11-6Lines changed: 11 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,19 @@ 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
10
10
-
You will need [deno](https://deno.land/) 1.4+ and [vscode](https://code.visualstudio.com/).
11
+
1. Fork this repository to your own GitHub account.
12
+
2. Clone the repository to your local device.
13
+
3. Create a new branch `git checkout -b BRANCH_NAME`.
14
+
4. Change code then run examples.
11
15
12
16
```bash
13
-
# clone the code
14
-
$ git clone https://github.com/postui/aleph.js
15
-
$ cd aleph.js
17
+
deno run -A --unstable --importmap=import_map.json cli.ts ./examples/hello-world --log=debug
18
+
```
16
19
17
-
# run examples
18
-
$ deno run -A --unstable --importmap=import_map.json cli.ts ./examples/hello-world --log=debug
0 commit comments