runeterra
runeterra copied to clipboard
Create example.js for RunKit
Create an example.js
file and then add it to package.json:
"runkitExampleFilename": "example.js"
Hey @pedrofracassi
More info on this issue will be appreciated so that i can pick it up..
Cheers
Hi! Runkit is a website that lets people test NPM packages without having to install them locally. An example.js
file would contain some example code on how to use this package, so when someone opens it on runkit it already has some code in it.
Here's the relevant page on their docs: http://runkit.com/docs/resources
And please let me know if you want this issue assigned to you! 👍
And please let me know if you want this issue assigned to you! 👍
I have to check my work plate @pedrofracassi , but currently tugged up with other issues
I am looking to contribute for hacktoberfest, I guess I can do this, but first I will go through the docs of run kit
Can I use the example in readme? And customize it?