Skip to content

Commit

Permalink
Merge pull request #9 from adamfeldman/patch-1
Browse files Browse the repository at this point in the history
Add Quickstart section to README
  • Loading branch information
myguidingstar authored Jun 11, 2021
2 parents 91c73e3 + a07c422 commit 311427b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

Expand Down

0 comments on commit 311427b

Please sign in to comment.