https://github.com/cecilapp/url.cecil.app
Cecil/URL website.
https://github.com/cecilapp/url.cecil.app
Last synced: 8 months ago
JSON representation
Cecil/URL website.
- Host: GitHub
- URL: https://github.com/cecilapp/url.cecil.app
- Owner: Cecilapp
- License: mit
- Created: 2022-07-11T21:36:34.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-10-07T02:08:02.000Z (9 months ago)
- Last Synced: 2025-10-07T04:13:12.282Z (9 months ago)
- Language: CSS
- Homepage: https://url.cecil.app
- Size: 81.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# url.cecil.app
_Cecil/URL_ 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
```