Skip to content

Commit fffe9c7

Browse files
Update README.md
1 parent 5892bc1 commit fffe9c7

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
Hi! This is the source code for my [portfolio website](https://vijaysehgal.com), which I've using React and Gatsby.
44

5+
## Usage:
6+
1. Install nodejs from [here](https://nodejs.org/en/download/)
7+
2. Check whether installed or not using :
8+
`node --version` &
9+
`npm --version`
10+
3. Create a production build using `gatsby build`
11+
4. Create a production site locally using `gatsby serve`
12+
513
## Technologies Used
614

715
- [Gatsby](https://gatsbyjs.org/) - static site generator
@@ -17,4 +25,4 @@ Hi! This is the source code for my [portfolio website](https://vijaysehgal.com),
1725

1826
## Feel free to ask questions if any
1927

20-
### Feel from to fork it.
28+
### Feel free to fork it.

0 commit comments

Comments
 (0)