File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -128,19 +128,6 @@ corepack enable
128128corepack prepare pnpm@latest --activate
129129```
130130
131- ### RTK Usage (Optional but Recommended)
132- This repository's Copilot instructions prefer using ` rtk ` (token-optimized CLI proxy) when running terminal commands.
133-
134- - If ` rtk ` is installed: prefer ` rtk <command> ` .
135- - If ` rtk ` is not installed: run the raw command directly.
136-
137- Examples:
138- ``` bash
139- rtk git status
140- # fallback if rtk is unavailable
141- git status
142- ```
143-
144131#### Specific Framework install
145132For a more targeted install, you could optionally install a specific framework (which avoids installing all frameworks).
146133You should only do that if you're only interested in contributing something specific to a framework wrapper, see commands below:
@@ -197,6 +184,19 @@ To run all unit tests (with Vitest), you can run one of the following commands (
197184pnpm run test
198185```
199186
187+ ### [ RTK] ( https://github.com/rtk-ai/rtk ) Usage (Optional but Recommended)
188+ This repository's Copilot instructions prefer using [ ` rtk ` ] ( https://github.com/rtk-ai/rtk ) (token-optimized CLI proxy) when running terminal commands.
189+
190+ - If ` rtk ` is installed: prefer ` rtk <command> ` .
191+ - If ` rtk ` is not installed: run the raw command directly.
192+
193+ Examples:
194+ ``` bash
195+ rtk git status
196+ # fallback if rtk is unavailable
197+ git status
198+ ```
199+
200200#### [ Cypress] ( https://cypress.io/ ) E2E Tests
201201To run all E2E tests (with Cypress), you can run one of the following commands (make sure that steps 1-2 were executed prior to running this command)
202202
You can’t perform that action at this time.
0 commit comments