added something in the readme for the better understanding
This commit is contained in:
@@ -2,13 +2,29 @@
|
|||||||
|
|
||||||
## How to setup development environment
|
## How to setup development environment
|
||||||
|
|
||||||
|
#### Verify Node Install
|
||||||
|
|
||||||
|
```
|
||||||
|
node -v
|
||||||
|
npm -v
|
||||||
|
```
|
||||||
|
|
||||||
|
#### Install Gatsby CLI
|
||||||
|
|
||||||
|
```
|
||||||
|
npm install -g gatsby-cli
|
||||||
|
```
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
||||||
git clone https://github.com/hackerkid/Mind-Expanding-Books
|
git clone https://github.com/hackerkid/Mind-Expanding-Books
|
||||||
cd app/
|
cd app/
|
||||||
npm install
|
npm install
|
||||||
gatsby develop
|
gatsby develop
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Once this is done, the development server should be accessible at http://localhost:8000
|
||||||
|
|
||||||
## High level overview of the website
|
## High level overview of the website
|
||||||
|
|
||||||
- The website is made using Gatsby, which is a React based static site generator.
|
- The website is made using Gatsby, which is a React based static site generator.
|
||||||
|
|||||||
40289
app/package-lock.json
generated
40289
app/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
17190
app/yarn.lock
17190
app/yarn.lock
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user