```bash
npm install
npm start
```
```bash
npm install @robotical/rc-sequencer
```
```javascript
import Sequencer from '@robotical/rc-sequencer'; // web app
```
In the tablet app, we copy the build folder into the tablet app's assets folder.
This project has 2 github actions: 1 for building and publishing to npm and 1 for versioning. The versioning action is triggered upon a push to the main branch. The build and publish action is triggered upon new release creation.
Note for the developer: Followed this guide to create a react package: https://levelup.gitconnected.com/how-to-create-npm-package-out-of-react-app-7556b9b47bce