From a07c422bef407a94930c36639afbdbdf94e7c75a Mon Sep 17 00:00:00 2001 From: Adam Feldman Date: Sat, 30 Mar 2019 13:51:36 -0500 Subject: [PATCH] Add Quickstart section to README --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b0bca6c..26afc91 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,15 @@ app](https://github.com/gothinkster/realworld) using full-stack Fulcro. Backend uses Duct framework, Buddy, Walkable SQL library, JDBC and Postgresql. -Documentation: +## Quickstart + +1. Configure Postgres connection string in `dev/resources/dev.edn` +2. `lein repl` +3. `user=> (dev)` +4. `dev=> (go)` +5. Visit http://localhost:3000/index.html + +## Documentation [Fulcro](http://book.fulcrologic.com/)