pxt-arcade 2.1.21 → 2.1.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/built/target.js +1 -1
- package/built/target.json +1 -1
- package/built/targetlight.js +1 -1
- package/built/targetlight.json +1 -1
- package/package.json +5 -4
package/README.md
CHANGED
|
@@ -105,6 +105,7 @@ as you need to clone and link 3 repos.
|
|
|
105
105
|
|
|
106
106
|
* install [Node.js 8+](https://nodejs.org/en/download/) (you might need to restart afterwards so all your environment variables are applied correctly)
|
|
107
107
|
* (optional) install [Visual Studio Code](https://code.visualstudio.com/)
|
|
108
|
+
* (optional) install [GitHub agentic workflows (gh aw)](https://githubnext.github.io/gh-aw/setup/quick-start/) for iterating on the triage workflow
|
|
108
109
|
|
|
109
110
|
### Automated setup
|
|
110
111
|
* Download [setup.cmd](https://github.com/microsoft/pxt-arcade/blob/master/setup.cmd) to your local machine and place it on the folder you'd like to do your development work
|