https://github.com/cecilapp/the-butler.cecil.app
The Butler website.
https://github.com/cecilapp/the-butler.cecil.app
Last synced: about 1 year ago
JSON representation
The Butler website.
- Host: GitHub
- URL: https://github.com/cecilapp/the-butler.cecil.app
- Owner: Cecilapp
- License: mit
- Created: 2020-11-08T00:48:58.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-13T22:16:01.000Z (over 1 year ago)
- Last Synced: 2025-04-10T12:48:59.368Z (about 1 year ago)
- Language: CSS
- Homepage: https://the-butler.cecil.app
- Size: 325 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# the-butler.cecil.app
The Butler website.
## Development
```bash
npm install
npx tailwindcss -i ./themes/applanding/tailwind.css -o ./assets/styles.css --watch
curl -LO https://cecil.app/cecil.phar
php cecil.phar serve -v
```