๐ง This repo has been moved to prescientmoon/purescript-board-game ๐ง
May 27, 2024 ยท View on GitHub
Purescript halogen proof of concept
A small board game proof of concept making use of:
- purescript
- halogen
- svg
- profunctor lenses
Setting up the repository locally
This guide assumes you have pnpm, purescript and spago installed locally
-
Clone this project
git clone git@github.com:Mateiadrielrafael/purescript-board-game.git && cd purescript-board-game -
Install all the dependencies
pnpm install
Running a development server
pnpm dev
Building for production
This step assumes you have zephyr installed.
pnpm build