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

https://github.com/cecilapp/the-butler.cecil.app

The Butler website.
https://github.com/cecilapp/the-butler.cecil.app

Last synced: about 1 year ago
JSON representation

The Butler website.

Awesome Lists containing this project

README

          

# the-butler.cecil.app

The Butler website.

## Development

```bash
npm install
npx tailwindcss -i ./themes/applanding/tailwind.css -o ./assets/styles.css --watch
curl -LO https://cecil.app/cecil.phar
php cecil.phar serve -v
```