Skip to main content
Module

x/aleph/compiler/README.md

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

Aleph.js Compiler

The compiler of Aleph.js written in Rust, powered by swc and parcel css.

Development Setup

You will need rust 1.53+ and wasm-pack.

Build

deno run -A build.ts

Run tests

cargo test --all