Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 524 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 524 Bytes

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