Skip to content

t-matsudate/phel-lang.org

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • PHP 37.1%
  • SCSS 24.8%
  • HTML 23.4%
  • JavaScript 14.7%