Install project dependencies
yarn
For development
yarn start
For production
yarn build
yarn test
By default the production backend (content.makerfoundation.com
) will be used, but you can also set the REACT_APP_GOV_BACKEND
environment variable to one of the following to override this:
local
: uses a local dev copy of the backend (127.0.0.1:3000
)staging
: uses the staging backend (elb.content.makerfoundation.com:444
)mock
: uses the mocked backend (see/src/_mock/topics.js
)
This project takes advantage of several other maker projects, including Maker UI Components, Dai.js, & The Dai Governance Plugin.
We run Prettier on-commit, which means you can write code in whatever style you want and it will be automatically formatted according to the common style when you run git commit
.
The Maker Governance Dashboard is available under the MIT license included with the code.