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

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

Staticast website.
https://github.com/cecilapp/staticast.cecil.app

Last synced: about 1 year ago
JSON representation

Staticast website.

Awesome Lists containing this project

README

          

# staticast.cecil.app

Staticast 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
```