Skip to content

Commit

Permalink
added something in the readme for the better understanding
Browse files Browse the repository at this point in the history
  • Loading branch information
Yubraj authored and hackerkid committed Nov 9, 2024
1 parent 40024c5 commit 2844c5a
Show file tree
Hide file tree
Showing 3 changed files with 35,569 additions and 28,818 deletions.
16 changes: 16 additions & 0 deletions app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,29 @@

## How to setup development environment

#### Verify Node Install

```
node -v
npm -v
```

#### Install Gatsby CLI

```
npm install -g gatsby-cli
```

```bash

git clone https://github.com/hackerkid/Mind-Expanding-Books
cd app/
npm install
gatsby develop
```

Once this is done, the development server should be accessible at http://localhost:8000

## High level overview of the website

- The website is made using Gatsby, which is a React based static site generator.
Expand Down
Loading

0 comments on commit 2844c5a

Please sign in to comment.