From cf6e017d8f3a9cefccd948869500ada74e1c4ad0 Mon Sep 17 00:00:00 2001 From: Jesse Onolememen Date: Sun, 8 Aug 2021 17:03:46 +0100 Subject: [PATCH] Update README.md --- app/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/README.md b/app/README.md index f08dbf7..752bc5c 100644 --- a/app/README.md +++ b/app/README.md @@ -3,9 +3,9 @@ This folder contains all the code for the web-facing part of the app. The bundled code can be found at [guava.cards](https://guava.cards) -## Development +## Development -### Setting up locally +### Setting up locally In order to get started locally, make sure you have Node/yarn installed on your machine. Next, run the following from the root directory: @@ -20,7 +20,7 @@ $ cd ../app && yarn start You want to make sure you have the [backend](../backend/README.md) up and running before booting up the dev server. You also want to generate/re-generate the GraphQL artefacts in the `@guva/library` package -### Editor Setp +### Editor Setup Make sure your code editor/IDE has the following installed/functional: @@ -39,4 +39,4 @@ Take a look at [craco.config.js](./craco.config.js) to see what configuration op ## Testing -See [TESTING.md](../TESTING.md) \ No newline at end of file +See [TESTING.md](../TESTING.md)