@robotical/rc-sequencer
v1.1.2
Published
RCSequencer component for Marty app.
Downloads
22
Readme
Install
```bash
npm install
npm start
```
Usage
```bash
npm install @robotical/rc-sequencer
```
Web app
```javascript
import Sequencer from '@robotical/rc-sequencer'; // web app
```
Tablet app
In the tablet app, we copy the build folder into the tablet app's assets folder.
Publish
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