Source code of cecil.app website, generated with Cecil (obviously) and hosted by Netlify.
Download Cecil
curl -LO https://cecil.app/cecil.phar
Install dependencies
composer install
npm install
The documentation is available in docs
at github.com/Cecilapp/Cecil.
php cecil.phar new:page --name=news/cecil-X.Y.0-released --prefix
npx @tailwindcss/cli -i ./tailwind.css -o ./assets/styles.css --watch
php cecil.phar serve -v --config=config/dev.yml
CECIL_ENV=production npx @tailwindcss/cli -i ./tailwind.css -o ./assets/styles.css
php cecil.phar build