Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

cecil.app

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

Netlify Status

Development

npm install tailwindcss
npm install @tailwindcss/typography
npx tailwindcss-cli build ./static/tailwind.css -o ./static/styles.css
curl -LO https://cecil.app/cecil.phar
php cecil.phar serve -v

Production

CECIL_ENV=production npx tailwindcss-cli build ./static/tailwind.css -o ./static/styles.css
curl -LO https://cecil.app/cecil.phar
php cecil.phar build
You can’t perform that action at this time.