Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
fwttnnn.com
===========
Personal corner on the internet!
Prerequisite
------------
You have to setup Common Lisp with the following:
- sbcl <https://www.sbcl.org/>
- quicklisp <https://www.quicklisp.org/beta/>
Install dependencies below:
- serve <https://www.npmjs.com/package/serve>
- entr <https://github.com/eradman/entr> (optional, for --watch)
Quick Start
-----------
Run the command below and everything should be built:
./app.sh
Then, serve the build/ folder:
./app.sh --serve
Optionally, a quick reload flag is available:
./app.sh --watch