mirror of
https://github.com/seigler/dash-visualizer
synced 2025-07-26 01:06:12 +00:00
No description
Bumps [angular](https://github.com/angular/angular.js) from 1.6.6 to 1.7.9. - [Release notes](https://github.com/angular/angular.js/releases) - [Changelog](https://github.com/angular/angular.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/angular/angular.js/compare/v1.6.6...v1.7.9) Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
app | ||
.gitignore | ||
brunch-config.js | ||
package.json | ||
README.md | ||
yarn.lock |
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