Building production assets
cd assets/
./build.sh # builds the js
./css.sh # compiles the sass
Running the app
sbcl --eval "(ql:quickload :themuse)" \
--eval "(push #P\"/path/to/git/repo/\" asdf:*central-registry*)"\ # If you didn't checkout to quicklisp's 'local-projects'
--eval "(nest:start themuse::app)"
Most requirements are available in quicklisp, but the app also depends on the nest
web framework from gitlab.com/knttl/nest.
Building assets depends on
- Matt Novenstern (matt.novenstern@gmail.com)
Copyright (c) 2016 Matt Novenstern (matt.novenstern@gmail.com)
Licensed under the Secret License.