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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,11 @@
3
3
Welcome, and thank you for taking time in contributing to Aleph.js!
4
4
5
5
## Code of Conduct
6
+
6
7
All contributors are expected to follow our [Code of Conduct](CODE_OF_CONDUCT.md).
7
8
8
9
## Development Setup
10
+
9
11
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
12
11
13
1. Fork this repository to your own GitHub account.
@@ -18,7 +20,13 @@ deno run -A --unstable --importmap=import_map.json cli.ts ./examples/hello-world
18
20
```
19
21
20
22
## Testing
23
+
21
24
Run all tests:
25
+
22
26
```bash
23
27
deno test -A --unstable
24
28
```
29
+
30
+
## Contributing to Documentation
31
+
32
+
You are welcome to improve our documentation, the documentation repository is https://github.com/postui/alephjs.org/tree/master/pages/docs
0 commit comments