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 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