A starter pkg for building cycle-robot-drivers apps.
You should use this repo as follows:
- Fork this repo on github and start hacking
- Import this (or forked) repo into StackBlitz by browsing to
https://stackblitz.com/github/{your_github_id}/cycle-robot-drivers-app
- Import this (or forked) repo into CodeSandbox by browsing to
https://codesandbox.io/s/github
an fill in the first box withhttps://github.com/{your_github_id}/cycle-robot-drivers-app
To make this repo import-able by both StackBlitz and CodeSandbox asap, this package is dependent on react*
pkgs and using react-script
to run a Cycle.js app, which I find a bit weird.
There maybe a way to get rid of react*
dependencies while remaining import-able by stackblitz and CodeSandbox--if you know how to do this, let me know!