You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/contributing/getting-started-developers.md
+4-3
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ To contribute to *Web Template Studio*.
4
4
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.
-[Core Template Studio Submodule](#core-template-studio-submodule)
10
10
-[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
17
17
18
18
If you just want to take advantage from *Web Template Studio* extension, check the [Web Template Studio Installation Instructions page](../install.md).
@@ -27,7 +28,7 @@ If you just want to take advantage from *Web Template Studio* extension, check t
27
28
1. Install [Yarn](https://yarnpkg.com/en/docs/install). You will need to finish installing Node.js before you install Yarn.
28
29
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).
29
30
30
-
##Prerequisites for a react native application
31
+
### For a react native application
31
32
1. You have to check the following [dependencies](https://microsoft.github.io/react-native-windows/docs/rnw-dependencies).
0 commit comments