Get Started
Welcome to use Aleph.js!
If you are new to Aleph.js you should check out the About page.
Installation
you will need Deno 1.13+ to run Aleph.js server.
$ deno run -A https://deno.land/x/aleph/install.ts
or use land without installation:
$ land aleph
Usage
Create a new app:
$ aleph init
Start the app in development
mode:
$ aleph dev
Start the app in production
mode:
$ aleph start
The application will start at http://localhost:8080 by default.
The default port can be changed with -p
(or --port
) flag.
Build the app to a static site (SSG):
$ aleph build
This will export a static site to the output
directory, which can be run standalone on any server.
See the hello-world example on Vercel.
More usages:
$ aleph -h
Authors:@ije@razermoon | Edit this page on Github