Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 516 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (13 loc) · 516 Bytes

Contributing to aleph.js

Welcome, and thank you for taking time in contributing to aleph.js!

Code of Conduct

All contributors are expected to follow our Code of Conduct.

Development Setup

You will need deno 1.4+ and vscode.

# clone the code
$ git clone https://github.com/postui/aleph.js
$ cd aleph.js

# run examples
$ deno run -A --unstable --importmap=import_map.json cli.ts ./examples/hello-world --log=debug