Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 646 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 646 Bytes

AkkaToZio

Repo setup

Something handy to have in your git hooks is the one in ./scripts/githooks/pre-commit which validates coding standards when trying to run a git commit command.

install pre-commit: https://pre-commit.com/

and launch:

$ cd scripts/githooks
$ pre-commit install
Technology Version
Scala 2.13
SBT 1.7.1
JAVA 17

To run the shard-cake example:

To run the shard-cake example:

  • cd docker; docker-compose up redis
  • sbt "zio/runMain example.complex.ShardManagerApp"
  • sbt "zio/runMain example.complex.GuildApp"