Welcome, and thank you for taking time in contributing to Aleph.js!
All contributors are expected to follow our Code of Conduct.
You will need Deno 1.5+ and VS Code with deno extension.
- Fork this repository to your own GitHub account.
- Clone the repository to your local device.
- Create a new branch
git checkout -b BRANCH_NAME
. - Change code then run examples.
deno run -A --unstable --import-map=import_map.json cli.ts ./examples/hello-world -L debug
Run all tests:
deno test -A --unstable
You are welcome to improve our documentation.