This workspace contains all packages related to the Aragon DAO app UI - the human centered approach to DAOs.
For more information on the individual packages, please read the respective Readme.md.
start by running yarn install in the root.
Most of the UI components used in the web-app are defined in a separate package called ui-components. Since the repo was set up as yarn workspace, all the linking is done automatically. The only thing you need to run the web-app is a build of that package. To do that cd packages/ui-components and then simply yarn build.
To run the web-app, change into the respective package folder and run yarn dev.
To run the story book that documents the ui-components, change into the respective package folder and run yarn storybook.