An open API service indexing awesome lists of open source software.

https://github.com/lc-at/lcat.dev

My personal website project. Perhaps yours too?
https://github.com/lc-at/lcat.dev

cms flask hacktoberfest personal-website python python3 python37

Last synced: 7 days ago
JSON representation

My personal website project. Perhaps yours too?

Awesome Lists containing this project

README

          

# lcat.dev

This repository contains the source code for my personal website
[lcat.dev](https://lcat.dev). Rewritten in PHP for easier deployment anywhere.

## Requirements

- PHP 8.1 or higher
- SQLite module

## Deployment

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.

## License

This project is licensed under MIT License.

## Contribution

Any kind of contribution is highly appreciated.