Updates to the Blockstack Browser

A couple of updates coming up to the Blockstack browser:

  1. We have a completely new dashboard layout that’s more like iOS.

  1. Local development is now much easier, with just a single command:
npm run dev

This command simultaneously runs the BrowserSync process and the CORS proxy and closes out all other processes if there are any running.

@guylepage3 great work on the icons so far, can’t wait to see what you do when you take a crack at redesigning what I quickly put together.

@larry I submitted an issue about building this new version for Mac. Love what you’ve done with the Mac app and can’t wait to get this running on my desktop.

Also, created a bunch of new npm commands to simplify our operations and obfuscate gulp away. Then I updated the README file to reflect these new simple operations.

I also submitted a pull request so we can merge all of our recent updates into master. When you’ve taken a look at it, let me know what you think and whether we can merge it in.

Also, as you can see from the scripts section in package.json, we can use the local version of gulp so that we can cut down on installation steps for the user and also better control the environment.

2 Likes

beautiful!

Will take a look at this later today.

1 Like

This is looking awesome guys!!! Can’t wait to get my hands on this and assist more… :slight_smile:

1 Like