Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.01 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.01 KB

cecil.app

Source code of https://cecil.app website, generated with Cecil (obviously) and hosted by Netlify.

Netlify Status

Install

Download Cecil

curl -LO https://cecil.app/cecil.phar

Install dependencies

composer install
npm install

Usage

Contribute to the documentation

The documentation is available in docs at github.com/Cecilapp/Cecil/.

Create a news entry

php cecil.phar new:page news/cecil-X.Y.0-released --prefix

Preview locally

npx tailwindcss -i ./assets/tailwind.css -o ./assets/styles.css --watch
php cecil.phar serve -v --config=config/dev.yml

Build for production

CECIL_ENV=production npx tailwindcss -i ./assets/tailwind.css -o ./assets/styles.css
php cecil.phar build