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

https://github.com/cecilapp/url.cecil.app

Cecil/URL website.
https://github.com/cecilapp/url.cecil.app

Last synced: 8 months ago
JSON representation

Cecil/URL website.

Awesome Lists containing this project

README

          

# url.cecil.app

_Cecil/URL_ website.

## Development

### Install

```bash
composer install
npm install
curl -LO https://cecil.app/cecil.phar
```

### Build

```bash
npx tailwindcss -i ./themes/applanding/tailwind.css -o ./assets/styles.css --watch
php cecil.phar serve -v
```