https://github.com/soaple/stickyboard-json-viewer
JSON viewer for StickyBoard
https://github.com/soaple/stickyboard-json-viewer
Last synced: 19 days ago
JSON representation
JSON viewer for StickyBoard
- Host: GitHub
- URL: https://github.com/soaple/stickyboard-json-viewer
- Owner: soaple
- License: mit
- Created: 2020-05-29T09:41:52.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-31T05:35:06.000Z (over 4 years ago)
- Last Synced: 2025-03-12T14:50:40.126Z (about 1 month ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stickyboard-json-viewer
JSON viewer for StickyBoard[](https://npmjs.org/package/@stickyboard/json-viewer)
[](https://npmjs.org/package/@stickyboard/json-viewer)
[](https://github.com/soaple/@stickyboard/json-viewer/blob/master/package.json)# Webpack watch
```bsh
$ npm start
```# Build
```bsh
$ npm run build
```# Publish to npm
```bsh
$ npm publish --access public
```# License
This project is licenced under the [MIT License](http://opensource.org/licenses/mit-license.html).