- To run this workshop locally on your machine, you'll need to install globally the VuePress with the command:
> npm install -g vuepress
- Now we need to install the dependencies. So, type the command below inside in the main root project:
package.json
> npm i
- Now type the command below to run locally the project on your machine:
> npm run docs:dev
- Now open your browser in:
localhost:8080
and will open the main workshop page.
If you want to see the online version, CLICK HERE
First of all, thank you very much. We really appreciate your contribution. You'll be helping more people learn a little bit more about: .NET Core + GraphQL + Azure Functions. Get in touch HERE. So we can explain how to translate this workshop to other language.