alephjs.org icon indicating copy to clipboard operation
alephjs.org copied to clipboard

The website of Aleph.js.

Aleph.js

Alephjs.org

The website of Aleph.js, this website is built with Aleph.js and automatically deploys to Vercel.

https://alephjs.org

System Requirements

Development Setup

# 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