A web project running a multiplayer game that's definitely not Scattergories.
-
Install language tools.
-
Build and run the backend in one tab
stack build
stack exec categories-with-friends
-
Build and run the frontend in another tab
cd client
scripts/compile_html.sh
pub get
webdev serve
-
Go to
http://localhost:8080
stack build stylish-haskell hlint
scripts/run-hlint.sh
scripts/run-stylish-haskell.sh
- Install
pre-commit
pre-commit install