This repository contains the source code for my personal website lcat.dev. Rewritten in PHP for easier deployment anywhere.
- PHP 8.1 or higher
- SQLite module
Copy the config.example.php
file to config.php
and edit it to your needs.
Then, run the docs/schema.sql
file on your SQLite database. Finally, just copy
everything to your web server and you're good to go.
This project is licensed under MIT License.
Any kind of contribution is highly appreciated.