https://github.com/cecilapp/photo-stream.cecil.app
Cecil Photo Stream website
https://github.com/cecilapp/photo-stream.cecil.app
Last synced: 10 months ago
JSON representation
Cecil Photo Stream website
- Host: GitHub
- URL: https://github.com/cecilapp/photo-stream.cecil.app
- Owner: Cecilapp
- License: mit
- Created: 2022-10-07T12:31:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-13T22:26:15.000Z (over 1 year ago)
- Last Synced: 2025-04-10T12:48:12.161Z (about 1 year ago)
- Language: CSS
- Homepage: https://photo-stream.cecil.app
- Size: 951 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# photo-stream.cecil.app
Cecil _Photo Stream_ 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
```