added something in the readme for the better understanding
This commit is contained in:
@@ -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
37291
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