/phel-lang.org

Phel website

Primary LanguagePHPMIT LicenseMIT

Phel website

This is the code for the website of Phel: https://phel-lang.org.

How to

  1. Build the API page
  2. Build the documentation

Build the API page

# install phel as a composer dependency
composer install

# build the API doc page & the API search index
composer build

Build the documentation

The documentation is build with Zola.

Local development

zola serve # build & serve

Prod environment

zola build # build & publish