kiezpilz-lichen/README.md

26 lines
433 B
Markdown
Raw Permalink Normal View History

2022-06-27 17:40:54 +00:00
# lichen-with-markdown
2022-06-27 17:46:45 +00:00
A fork of Lichen CMS that supports Markdown and Gemtext.
Find the original Lichen CMS alongside its documentation at:
https://lichen.sensorstation.co/
# License
The original Lichen and this fork are both licensed using MIT License.
# Development
I've been toying with this using the PHP built-in development server:
```
$ php81 -S localhost:8000
```
2022-06-29 16:57:36 +00:00
# php-fpm on mac
brew services restart php@8.1