mirror of
https://github.com/seigler/dash-visualizer
synced 2025-07-25 08:46:11 +00:00
🔤 updated development instructions
This commit is contained in:
parent
43f98d98fc
commit
a6b12f40a2
1 changed files with 6 additions and 4 deletions
10
README.md
10
README.md
|
@ -2,8 +2,10 @@ This simple project uses the Insight API and Web Sockets to stream transactions
|
|||
|
||||
[See it in action!](https://seigler.github.io/dash-visualizer)
|
||||
|
||||
## Installation
|
||||
Download the project. No build step is necessary.
|
||||
## Development
|
||||
`npm install` or `yarn`
|
||||
|
||||
## Usage
|
||||
Open `index.html`.
|
||||
**Commands: (`npm run <command>` or `yarn <command>`)**
|
||||
* `build` - Build the site to the `public` directory
|
||||
* `watch` - Build the site, watch for changes, and serve it at http://localhost:3333/
|
||||
* `deploy` - Build the site to the `public` directory, then push that directory to the Github Pages branch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue