GitHub Action 2769549896 chore(release): publish
- @blockstack/app@1.11.2
 - @blockstack/connect@2.8.2
 - @blockstack/keychain@0.7.4
 - test-app@1.3.2
 - @blockstack/ui-docs@1.0.2
 - @blockstack/ui@2.8.4
2020-07-09 18:15:44 +00:00
2020-07-07 08:30:41 -05:00
2020-07-09 13:10:29 -05:00
2020-07-09 18:15:44 +00:00
2020-02-27 15:19:22 -08:00
2020-02-27 15:19:22 -08:00
2020-06-30 14:14:53 -05:00
2020-03-10 14:31:05 -07:00
2020-02-27 15:19:22 -08:00
2020-07-09 12:49:42 -05:00

Blockstack UX Team Monorepo

This monorepo contains a few key packages that the User Experience team at Blockstack maintains:

  • app: An application for authenticating into Blockstack apps. Available as a web app and a browser extension.
  • @blockstack/connect: A developer tool for building excellent user experiences in Blockstack apps
  • @blockstack/ui: Blockstack's internal design system and React component library
  • @blockstack/keychain: A library for Blockstack identity management
  • test-app: A simple React app for testing out Connect and the App.
  • ui-docs: A documentation site for @blockstack/ui.

Development environment setup

The first time you setup a development environment for this repository, follow these steps:

  1. Clone this package.
  2. Run yarn bootstrap to install top-level dependencies
  3. In the command line, run yarn dev which will run two apps:
    • packages/test-app which runs at localhost:3000 and implements an example of connect
    • packages/app which is the auth app, running at localhost:8080

For development instructions of specific packages, see the README in each package folder.

Description
No description provided
Readme MIT 12 MiB
Languages
TypeScript 81%
JavaScript 10.9%
SCSS 7.2%
HTML 0.9%