Skip to content

Commit

Permalink
Add more details
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Němec committed Mar 11, 2024
1 parent e5f4104 commit 5a38408
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ _Homework to practice Elm language and the basics of The Elm Architecture._

## Scripts

Install dependencies.

```bash
npm install
```

Format elm code.

```bash
Expand Down Expand Up @@ -44,6 +50,12 @@ In the file `src/Main.elm`, there is already a structure for the application pre

To open the application in the web browser, use `elm reactor` then navigate to [http://localhost:8000](http://localhost:8000) and open the `Main.elm` file.

## Expectations

- Feel free to add more tests (for you), create new modules or install new dependencies (if necessary)
- No need to implement everything (you will receive some points also for non-complete solution)
- When not sure what to do or how to do, feel free to ask

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE)
Expand Down

0 comments on commit 5a38408

Please sign in to comment.