In order to have a working example on the getting started page I needed some data. This PR also adds a testing.ts module with an example datasource and exports it, which means the bundle is slightly bigger... ideally I'd use a separate named export for it but I couldn't get it working (yet). This isn't too bad for now!
Adds docs in the form of a docusaurus site.
Use
yarn run docs
to run locally.In order to have a working example on the getting started page I needed some data. This PR also adds a
testing.ts
module with an example datasource and exports it, which means the bundle is slightly bigger... ideally I'd use a separate named export for it but I couldn't get it working (yet). This isn't too bad for now!