AMF (Action Message Format) library for Node.js based on https://github.com/Pyrodash/libamf.
- Node.js - version 22.18 or higher
- PNPM - Version 10.15.0 or higher
Before installing, it's highly recommended to execute the commands in this guide from the root directory of the project.
-
Clone the repository
-
Install dependencies
pnpm install
-
Since this project uses workspaces, you can run scripts from the root directory using the command
pnpm run --filter @toonamfjs/<package-name> <script>.In this order of ideas, you can run the following commands:
pnpm run --filter @toonamfjs/client testto test the clientpnpm run --filter @toonamfjs/server testto test the server