Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 487 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 487 Bytes

urlish

Actions Status ormolu

🚀 An URI shortener made with Haskell and Redis!

Run Nix!

$ nix-shell --pure shell.nix --run "cabal repl"

Start Redis

$ redis-server /usr/local/etc/redis.conf

Stop Redis

$ redis-cli shutdown