https://github.com/rangermauve/dat-js-example
An example of how you can use dat in the browser
https://github.com/rangermauve/dat-js-example
Last synced: 14 days ago
JSON representation
An example of how you can use dat in the browser
- Host: GitHub
- URL: https://github.com/rangermauve/dat-js-example
- Owner: RangerMauve
- Created: 2019-02-15T02:58:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-19T22:01:09.000Z (about 6 years ago)
- Last Synced: 2025-03-31T04:33:37.061Z (about 2 months ago)
- Language: JavaScript
- Size: 579 KB
- Stars: 13
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dat-js-example
An example of how you can use dat in the browser.
Check out the [live demo](http://ranger.mauve.moe/dat-js-example/).

To build the project, clone it locally and run:
```
npm install
npm run build
```Then open `index.html` in a browser.