Skip to main content
Module

x/aleph/CONTRIBUTING.md

The Full-stack Framework in Deno.
Very Popular
Go to Latest
File

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 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 --importmap=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, the documentation repository is https://github.com/postui/alephjs.org/tree/master/pages/docs.