AMF server for OpenToonix.
Table of contents (click to open)
-
Clone the repository
-
Open a terminal and move to the directory of the application
-
Install the dependencies using any of the following commands:
# For development $ pnpm install # For production $ pnpm install -P
-
Use the command
pnpm run startfor running the application
To run the tests of the application, use the command pnpm run test.