Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 877 Bytes

CONTRIBUTING.md

File metadata and controls

32 lines (20 loc) · 877 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.5+ and VS Code with deno extension.

  1. Fork this repository to your own GitHub account.
  2. Clone the repository to your local device.
  3. Create a new branch git checkout -b BRANCH_NAME.
  4. Change code then run examples.
deno run -A --unstable --import-map=import_map.json cli.ts ./examples/hello-world -L debug

Testing

Run all tests:

deno test -A --unstable

Contributing to Documentation

You are welcome to improve our documentation.