Welcome to my personal website! It is currently hosted at https://andrewslai.com.
This repository is the website backend. It contains:
Clone the repo and install leiningen.
lein test
lein do clean, uberjar
lein do clean, uberjar
docker build -t andrewslai .
lein run
After docker build and setting up .env.local
with correct environment
docker run --env-file=.env.local -p 5000:5000 andrewslai
For local development, see local-development.md
To deploy, follow instructions in deployment.md
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close