~luciano/laratel.li

Source code and post markdown for my personal website and blog
have make jar depend on all relevant project files

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~luciano/laratel.li
read/write
git@git.sr.ht:~luciano/laratel.li

You can also use your local clone with git send-email.

#laratel.li

This is my blog.

#Build

mkdir ~/repos
git clone https://git.sr.ht/~luciano/laratel.li ~/repos
cd ~/repos/laratel.li

To run locally for development with hot-reloading etc at localhost:3000:

clj -M:dev

To build the release build and serve it locally:

bb uberjar
cd target
java -jar luciano-standalone.jar