Skip to content

Latest commit

 

History

History

docs

Welcome to the Streamr Docs repo!

Checkout the Docs!

Community contributions

Please feel very welcome to submit content suggestions!

For ease of use, small changes can be suggested by editing the markdown file on GitHub. Every content page has an "Edit this page" link at the bottom- Simply edit the text contents and submit a pull request to have the change reviewed before it is implemented.

Run it locally

Simply, npm ci & npm start

Create & serve production build locally

Simply, npm ci & npm run build & npm run serve

Clean & clear build folder

Simply, npm run clear