Development
Prerequisities
Section titled “Prerequisities”- Node.js / npm AND pnpm
- git
Project Layout
Section titled “Project Layout”vexed consists of three core codebases.
Actionscript
Section titled “Actionscript”We recommend using VSCode for ActionScript development. Decompilers like JPEXS work but lack good developer experience (in our experience, atleast). Plus, we aren’t aware of any modern tooling for Actionscript besides in VSCode.
Prerequisites
Section titled “Prerequisites”-
Select ActionScript SDK In VSCode, execute the command ActionScript: Select Workspace SDK, where you find the path to the Apache Flex SDK (Harman AIR) install.
-
Test Compilation Demo compilation by opening an Actionscript file and executing ActionScript: Compile Release/Debug
- Install dependencies at project root: pnpm i
Documentation
Section titled “Documentation”-
Navigate to docs folder: cd docs
-
Start the documentation in dev mode: pnpm dev
Electron app
Section titled “Electron app”-
Navigate to app folder: cd app
-
Start the app in dev mode: pnpm dev or pnpm dev:watch