This repository contains the fatfreeframework.com website / wiki.
First of all install required dependencies via Composer: composer install
The project consists of two different repositories. One with the code, another with the data. To clone both use the following command
git clone --recursive [email protected]:F3Community/F3com.git
Use the following command to get the content from an existing "code" repository
git submodule update --init
Additionally if you wish to run this in the local php development server, do the following:
php -S localhost:8000 .router.php