Docs suggestions
jaredpalmer opened this issue · 2 comments
jaredpalmer commented
- Add package installation instructions (
npm install xxx
etc) in the root README and inotion
and inreact-otion
- Add CRA example
- Add codesandbox examples for (CRA, gatsby, next.js) to readme
- Add codesandbox CI for PRs playgrounds https://codesandbox.io/docs/ci
kripod commented
Thank you for the very valuable feedback! I've been busy recently and had to cope with some stuff, but I'll try my best to make these changes soon.
kripod commented
Sandboxes are now available from PRs and the readme, along with all the missing installation instructions.
Thankfully to @etc-tiago, a CRA example is now also avaliable. (However, it seems that TypeScript running within the CRA sandbox fails to find the otion
module's entry point.)
I appreciate all these suggestions and hope they will simplify the adoption for everyone.