Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.14 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.14 KB

blockstack-app-ts-react

This is a project I'm using to learn blockstack, and to dust of my front-end skills a bit.

Right now, it doesn't really do much, and I'm not sure what its gonna grow into, but hey, its a start.

See the accompanying blog post here: https://zachlysobey.github.io/personal-site/

Development

I use yarn for this project.

Pull down the project and install dependencies

$ git clone [email protected]:zachlysobey/blockstack-app-ts-react.git
$ cd blockstack-app-ts-react
$ yarn

Run the tests

$ yarn test

Start the dev server

$ yarn start

Build for deployment

$ yarn build

References