Skip to content

odisplay/server

Repository files navigation

Odisplay server

Technology stack

Requirements

Note: entr is used to reload server on haskell files change

Installation

git clone git@github.com:odisplay/server.git
yarn global add purescript psc-package
yarn install
stack build

Note: the first time can take a while, since stack needs to download the Haskell compiler ghc + all related tools

Development

yarn start