Skip to content

Commit d3b0423

Browse files
authored
Update getting-started-developers.md
1 parent bb61ea9 commit d3b0423

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/contributing/getting-started-developers.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ To contribute to *Web Template Studio*.
44
If you are authoring templates for *Web Template Studio*, or interested in contributing to this repo, then you are likely interested in how to use the latest version of this code.
55

66
This document covers:
7-
- [Prerequisites](#prerequisites-for-a-full-stack-web-application)
7+
- [Prerequisites](#prerequisites)
88
- [Project folder structure](#project-folder-structure)
99
- [Core Template Studio Submodule](#core-template-studio-submodule)
1010
- [How to run the extension locally](#how-to-run-the-extension-locally)
@@ -17,7 +17,8 @@ Before starting make sure you read the [Web Template Studio arquitecture](applic
1717

1818
If you just want to take advantage from *Web Template Studio* extension, check the [Web Template Studio Installation Instructions page](../install.md).
1919

20-
## Prerequisites for a full-stack web application
20+
## Prerequisites
21+
### For a full-stack web application
2122

2223
1. Install [Node.js](https://nodejs.org/en/download/)
2324
1. Install [Gulp](https://gulpjs.com/)
@@ -27,7 +28,7 @@ If you just want to take advantage from *Web Template Studio* extension, check t
2728
1. Install [Yarn](https://yarnpkg.com/en/docs/install). You will need to finish installing Node.js before you install Yarn.
2829
1. Run the command `npm config set scripts-prepend-node-path true`. This tells VSCode which Node version to run during the extension compilation (otherwise you'll get an error during the build process).
2930

30-
## Prerequisites for a react native application
31+
### For a react native application
3132
1. You have to check the following [dependencies](https://microsoft.github.io/react-native-windows/docs/rnw-dependencies).
3233

3334
**Note**: If using Windows, use Git Bash.

0 commit comments

Comments
 (0)