leahsteinberg / co

collaborative text editor, uses woot. front end in Elm, back in node.

Home Page:http://cotype.club:4004/tryCo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No instructions for building the software

Hultner opened this issue · comments

Hi I've just recently started looking into Elm and found your project interesting. However I find no information about how to build and run the project. I tried simply running elm-make but ran into a syntax error from Check.elm.

-- SYNTAX PROBLEM ---- elm-stuff/packages/NoRedInk/elm-check/2.0.0/src/Check.elm

I ran into something unexpected when parsing your code!

1| module Check where
                ^
I am looking for one of the following things:

    something like `exposing (..)` which replaced `where` in 0.17
    whitespace

Would love some instructions