-
-
Notifications
You must be signed in to change notification settings - Fork 66
CommandAPI command visualizer
Jorel Ali edited this page Feb 22, 2023
·
2 revisions
The CommandAPI command visualizer is a web-based command visualizer, written in TypeScript. This makes use of the CommandAPI's command converter to show users what commands would look like when used in-game. This also helps identify bugs with the CommandAPI's command conversion system.
- Get Node.js if you don't already have it
- Run
npm install
- Run
npx webpack
- Run
npx webpack serve
- Navigate to
http://localhost:8080
- Edit code in
src/