Repository for developing react-emulatorjs library
This repository includes the following packages/apps:
examples/playground: a playground app online demopackages/react-emulatorjs: the library itself npm
Each package/app is 100% TypeScript.
To build all apps and packages, run the following command:
npm build
To develop all apps and packages, run the following command:
npm dev
To update library version, run the following command:
npx changeset
Select packages/react-emulatorjs library and add new changelog lines.
To publish updated package to NPM, run the following command:
npm run publish-packages