Skip to content

Commit

Permalink
Updating README.md with requirements and steps to build and run.
Browse files Browse the repository at this point in the history
  • Loading branch information
shawn-mcginty committed Jun 1, 2020
1 parent 0e31e8f commit b49e51f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
1 change: 1 addition & 0 deletions .idea/dictionaries/shawn.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,23 @@
# bringo
# Bringo
Blog Platform

### Development

#### Requirements:
1. JDK 11
2. Scala 2.13
3. PostgreSQL 11

* IntelliJ Idea project files included to make getting started easier.

#### Build

```bash
gradlew compileScala
```

#### Run

```bash
gradlew run
```

0 comments on commit b49e51f

Please sign in to comment.