Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 952 Bytes

File metadata and controls

46 lines (30 loc) · 952 Bytes

cecil.app

Source code of 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 --name=news/cecil-X.Y.0-released --prefix

Preview locally

npm run css:watch
php cecil.phar serve -v --config=config/dev.yml

Build for production

CECIL_ENV=production npm run css:build
php cecil.phar build