This repository is the monorepo for the odk-ts TypeScript library and its sample application.
- repos/odk-ts/: The main odk-ts TypeScript library.
- repos/sample-app/: A sample Overwolf app demonstrating usage of odk-ts.
Run these commands in the root folder of the monorepo:
npm install
This will install dependencies for all packages.
npm run build:odk
npm run build:sample:dev # For development build
# or
npm run build:sample # For production build
After building, you can load the sample app as a package using the Overwolf Packages page.
For more details, see the README files in each subproject: