Skip to content

Commit aa12320

Browse files
committed
Made few changes to Readme file and .gitignore
1 parent fd1d6ca commit aa12320

File tree

5 files changed

+928
-266
lines changed

5 files changed

+928
-266
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ bower_components
3333
build/Release
3434

3535
# Dependency directories
36-
node_modules/
3736
jspm_packages/
3837

3938
# Typescript v1 declaration files
@@ -67,3 +66,6 @@ yarn-error.log
6766

6867
# Ignore this
6968
.DS_Store
69+
70+
# Ignore node_modules
71+
node_modules/

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ Hi! This is the source code for my [portfolio website](https://vijaysehgal.com),
77
2. Check whether installed or not using :
88
`node --version` &
99
`npm --version`
10-
3. Create a production build using `gatsby build`
11-
4. Create a production site locally using `gatsby serve`
10+
3. Start Development Server using `gatsby develop`
11+
4. Make Project ready for deployment using `gatsby build`
12+
5. Create a production site locally for testing if required using `gatsby serve`
1213

1314
## Technologies Used
1415

0 commit comments

Comments
 (0)