An HTML5 chat application
You will need Leiningen 2.0.0 or above installed.
Start a repl and the server will be running on the configuration port, default 8080
You can also run the uberjar
lein with-profile +prod uberjar
Then run the server
scripts/run-server-jar target/chatr-server.jar
Running locally with docker
docker-compose -f docker/server/docker-compose.yml up --build -d
bring it back down
docker-compose -f docker/server/docker-compose.yml down
- Compile the uberjar
Copyright © 2020 FIXME