added something in the readme for the better understanding

This commit is contained in:
Yubraj
2024-10-18 13:06:39 -04:00
committed by Vishnu Ks
parent 40024c5945
commit 2844c5ad5e
3 changed files with 32123 additions and 25372 deletions

View File

@@ -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.

37291
app/package-lock.json generated

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff