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

https://github.com/cecilapp/app-landing-template

GitHub template for a new App Landing Website.
https://github.com/cecilapp/app-landing-template

Last synced: 11 months ago
JSON representation

GitHub template for a new App Landing Website.

Awesome Lists containing this project

README

          

# App Landing Website template

GitHub template for a new App Landing 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
```