From 7d59e5ab3c3178ca667555731cfc2acfafd66ded Mon Sep 17 00:00:00 2001 From: Krystian Sz Date: Sat, 22 Jun 2024 16:17:06 +0700 Subject: [PATCH] Follow kebebCase everywhere --- README.md => readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename README.md => readme.md (99%) diff --git a/README.md b/readme.md similarity index 99% rename from README.md rename to readme.md index 19277b4..2d3dc45 100644 --- a/README.md +++ b/readme.md @@ -40,21 +40,23 @@ and taking the following trips, and then viewing the balance.
| More than two zones (3+) | £3.20 | From Wimbledon to Aldgate | | Any bus journey | £1.80 | Earl’s Court to Chelsea | - ## How to run the app Please install `node manager` from `https://github.com/tj/n`
Set up the node version ( specified in engines.node inside the package.json ) by running + ``` n auto ``` After that you can install dependencies by running + ``` npm install ``` Once you will download the dependencies then you can run the app by + ``` npm test ```