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.
- Host: GitHub
- URL: https://github.com/cecilapp/staticast.cecil.app
- Owner: Cecilapp
- License: mit
- Created: 2020-11-09T18:38:23.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-13T22:21:03.000Z (over 1 year ago)
- Last Synced: 2025-04-10T12:49:01.395Z (about 1 year ago)
- Language: CSS
- Homepage: https://staticast.cecil.app
- Size: 17.8 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```