A simple Markdown notes editor in Common Lisp inspired by the React Server Components demo
(ql:quickload :cl-md-notes)
(cl-md-notes:start :port 3000)
You can view the demo app in action at http://localhost:3000
.
cd ~/quicklisp/local-projects/
git clone https://github.com/rajasegar/cl-md-notes
- Rajasegar Chandran
Copyright (c) 2021 Rajasegar Chandran