Sha256: f91c633879b4c6af0893311f6eed226ff5f3a426ff2063e050b2dcac02842e54
Contents?: true
Size: 845 Bytes
Versions: 68
Compression:
Stored size: 845 Bytes
Contents
# {{ .Spec.Name }} {{ .Spec.Description -}} {{- with .Hints }} {{ . }} {{ end }} ## Elm Installation Refer to the [Exercism help page](http://exercism.io/languages/elm) for Elm installation and learning resources. ## Writing the Code The first time you start an exercise, you'll need to ensure you have the appropriate dependencies installed. ```bash $ elm-package install --yes ``` Execute the tests with: ```bash $ elm-test ``` Automatically run tests again when you save changes: ```bash $ elm-test --watch ``` As you work your way through the test suite, be sure to remove the `skip <|` calls from each test until you get them all passing! {{ with .Spec.Credits }} ## Source {{ . }} {{ end }} ## Submitting Incomplete Solutions It's possible to submit an incomplete solution so you can see how others have completed the exercise.
Version data entries
68 entries across 68 versions & 1 rubygems