From 5a38408894d0b817683e2798d0a1bb35e697e35c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20N=C4=9Bmec?= Date: Mon, 11 Mar 2024 21:15:16 +0100 Subject: [PATCH] Add more details --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index a750e79..eb9193f 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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)