/alephjs.org

The website of Aleph.js.

Primary LanguageTypeScriptMIT LicenseMIT

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