Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jesster2k10 authored Aug 8, 2021
1 parent 53b9ae1 commit cf6e017
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:

Expand All @@ -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)
See [TESTING.md](../TESTING.md)

0 comments on commit cf6e017

Please sign in to comment.