File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -83,15 +83,15 @@ Clone/download source code from the GitHub. Make sure you have _node_ and _npm_
83
83
#### Instructions:
84
84
The docs branch is [ /docs] [ docsurl ] .Modifications to Docs should be done against [ /docs] [ docsurl ] branch.
85
85
86
- #### Commands for Development:
86
+ Commands for Development:
87
87
* ` npm install ` to install dependencies for project.
88
88
* ` npm start ` start to run docusaurus locally in port 3000
89
89
90
- #### Folders:
90
+ Folders:
91
91
* /docs: Docs pages corresponding to items in menu(introduction,getting started etc) on Docs page.
92
92
* /src/pages: Pages for each item in page menu.
93
93
94
- #### Instructions to deploy (only for collaborators):
94
+ Instructions to deploy (only for collaborators):
95
95
* ` npm deploy ` will upload source code to < https://github.com/angrykoala/gaucho/tree/gh-pages >
96
96
97
97
### Troubleshooting
You can’t perform that action at this time.
0 commit comments