An open API service indexing awesome lists of open source software.

https://github.com/oskarrough/rsmaybebugtest


https://github.com/oskarrough/rsmaybebugtest

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

Exploring https://github.com/remotestorage/remotestorage.js/issues/1133.

index.html throws an error in Chrome.
It uses a minified bundle including remotestorage.js.

index2.html does not throw any errors.
it loads remotestorage.js from a CDN and doesn't minify.

Test it locally with `yarn; yarn build; yarn start`.