mirror of
https://github.com/seigler/dash-visualizer
synced 2025-07-26 01:06:12 +00:00
No description
Bumps [engine.io](https://github.com/socketio/engine.io) to 3.6.1 and updates ancestor dependency [socket.io](https://github.com/socketio/socket.io). These dependencies need to be updated together. Updates `engine.io` from 3.4.0 to 3.6.1 - [Release notes](https://github.com/socketio/engine.io/releases) - [Changelog](https://github.com/socketio/engine.io/blob/main/CHANGELOG.md) - [Commits](https://github.com/socketio/engine.io/compare/3.4.0...3.6.1) Updates `socket.io` from 2.3.0 to 2.5.0 - [Release notes](https://github.com/socketio/socket.io/releases) - [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md) - [Commits](https://github.com/socketio/socket.io/compare/2.3.0...2.5.0) --- updated-dependencies: - dependency-name: engine.io dependency-type: indirect - dependency-name: socket.io dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
app | ||
.gitignore | ||
brunch-config.js | ||
package-lock.json | ||
package.json | ||
README.md |
This simple project uses the Insight API and Web Sockets to stream transactions from the Dash blockchain as they are broadcast.
Development
npm install
or yarn
Commands: (npm run <command>
or yarn <command>
)
build
- Build the site to thepublic
directorywatch
- Build the site, watch for changes, and serve it at http://localhost:3333/deploy
- Build the site to thepublic
directory, then push that directory to the Github Pages branch