The entire website is built with PicoCSS's philosophy:
let's keep it graceful and simple.
- Home-made framework based on PHPRouter
- SQLite
- Doctrine ORM
- PicoCSS
- Home-made form builder and validation
- Install php latest version (8.2 works). Include IntlDateFormatter and PDO to your PHP install. Make sure the PHP install works.
- Install composer
composer install
composer seed
- sets up the local SQLite database, runs migrations and adds test datacomposer dev
- starts the local dev server
That's it. Optionally you can tweak some things in a .env
file. Check out /engine/load_env.php
to know what you can use.