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.
- Host: GitHub
- URL: https://github.com/cecilapp/app-landing-template
- Owner: Cecilapp
- License: mit
- Created: 2022-07-12T00:33:40.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-14T01:40:25.000Z (over 1 year ago)
- Last Synced: 2025-07-07T22:27:02.562Z (11 months ago)
- Language: CSS
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```