Haskell/Scotty web PureScript compiler.
Check the original README for more information.
Deploying with Halcyon
With Halcyon installed:
$ halcyon deploy https://github.com/mietek/trypurescript#halcyon
$ cd $HALCYON_DIR/app
$ trypurescript -p 8080
Deploying with Haskell on Heroku
Ready to deploy to Heroku in two clicks.
Alternatively, with Heroku Toolbelt installed:
$ git clone https://github.com/mietek/trypurescript -b halcyon
$ cd trypurescript
$ heroku create -b https://github.com/mietek/haskell-on-heroku -s cedar-14
$ git push heroku master
$ heroku ps:scale web=1
$ heroku open
Made by Phil Freeman. Published under the BSD3 license.
Deployment by MiΓ«tek Bak.
