oal / babble-site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Babble quickstart project

# Clone / download the quickstart repository and install dependencies.
git clone git@github.com:oal/babble-quickstart.git my-website
cd my-website
composer install

# Start dev server
composer dump-autoload -o
php -t public/ -S localhost:8000 public/index.php

# Build static HTML version
php vendor/oal/babble/src/cli.php build

About


Languages

Language:HTML 49.9%Language:CSS 47.9%Language:PHP 1.9%Language:Shell 0.4%