This is the code for the website of Phel: https://phel-lang.org.
- Build the API page
- Build the documentation
# install phel as a composer dependency
composer install
# build the API doc page & the API search index
composer buildThe documentation is build with Zola.
zola serve # build & servezola build # build & publish