Start building an app quickly.
Uses Bulma CSS and used Bulma templates examples.
See also our cl-cookieweb project generator.
Welcome screen:
Searching products:
There are two possibilities to run the app from the command line:
rlwrap sbcl --load run.lisp
In that case, we are dropped into the Lisp REPL, so we can interact with the running application. It is specially useful to reload settings (contact information,…).
Or build the binary and run it:
Set the port:
PORT=9999 rlwrap sbcl --load run.lisp
You can use a starter configuration file:
In there, you can do anything in Lisp. You probably want to write things after (in-package myproject)
, but that is not mandatory. For example, you can overwrite the get-products
function.
The file will be load
'ed at startup, in the context of the myproject
package.
Load myproject.asd
(C-c C-k
in Slime), (ql:quickload :myproject)
and then (start)
.
TODO:
(hunchentoot:create-folder-dispatcher-and-handler #p"/path/to/static/")
.See also:
WTFPL
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4