The website of Aleph.js, this website is built with Aleph.js and automatically deploys to Vercel.
- Deno 1.5+
- Aleph.js 0.2.22+
- VS Code with deno extension (recommended)
# start the website in `development` mode
aleph dev
# start the website in `production` mode
aleph start
# build the website to a stact site
aleph build