mirror of
https://github.com/correl/elm.git
synced 2025-03-07 04:35:48 -10:00
commit
5b0e222e84
3 changed files with 4 additions and 5 deletions
|
@ -59,7 +59,7 @@ port runner =
|
|||
|
||||
- All the tests for xElm exercises can be run from the top level of the repo with `bin/build.sh`. Please run this command before submitting your PR.
|
||||
|
||||
- If you are submitting a new exercise, be sure to add it to the appropriate place in `config.json`. Also, please run `bin/fetch-configlet && bin/configlet` to ensure the exercise is configured correctly.
|
||||
- If you are submitting a new exercise, be sure to add it to the appropriate place in `config.json` and `elm-package.json` files. Also, please run `bin/fetch-configlet && bin/configlet` to ensure the exercise is configured correctly.
|
||||
|
||||
## License
|
||||
|
||||
|
|
|
@ -3,6 +3,6 @@ Download and install a recent Elm Platform for your OS from [elm-lang.org/instal
|
|||
## MacOS
|
||||
|
||||
```bash
|
||||
$ npm install --global elm
|
||||
$ npm install --global elm elm-test
|
||||
$ elm-package install -y
|
||||
```
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
First, execute the following:
|
||||
Run tests with soemthing like the following command:
|
||||
```bash
|
||||
$ elm-reactor
|
||||
$ elm-test exercises/bob/BobTests.elm
|
||||
```
|
||||
Then go to `localhost:8000` in your browser and navigate to your test file.
|
||||
|
||||
## Making Your First Elm Module
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue