Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 285 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 285 Bytes

Create DB Container

docker run --name artchess -e POSTGRES_PASSWORD=postgres -d -p 5432:5432 postgres

Start Server REPL

clj -J-Dclojure.server.repl="{:port 5555 :accept clojure.core.server/repl}"

Start Shadow App

yarn dev