The site code for my personal site, including the Auction Logger located at http://ahungry.com
Make sure to install SBCL (Steel Bank Common Lisp) and setup Quicklisp (search for instructions if you don't know about it).
The underlying Quicklisp libs used for sure require the following:
- libyaml
- mariadb-libs
- libuv
make build && make start
Clone the repository, then quickload and run it with:
(ql:quickload :com.ahungry)
(com.ahungry:start :port 5000)
Now just visit http://localhost:5000 in your browser, and voila!
- Matthew Carter m@ahungry.com
Copyright (c) 2014-2020 Matthew Carter m@ahungry.com
Licensed under the AGPLv3 License (If you incorporate into your web project, you must share your additions via a provided source link).