;; Load Ceramic and our app (ql:quickload '(:ceramic :lucerne-utweet)) ;; Ensure Ceramic is set up (ceramic:setup) ;; Start our app (lucerne:start utweet.views:app :port 8000) ;; Open a browser window to it (defvar window (ceramic:make-window :url "http://localhost:8000/")) (ceramic:show-window window)