{"id":13722636,"url":"https://github.com/protofire/maker-governance-dashboard","last_synced_at":"2025-07-03T02:07:31.808Z","repository":{"id":49857173,"uuid":"204923920","full_name":"protofire/maker-governance-dashboard","owner":"protofire","description":"MakerDAO Governance Dashboard","archived":false,"fork":false,"pushed_at":"2025-04-30T17:41:54.000Z","size":4392,"stargazers_count":16,"open_issues_count":39,"forks_count":4,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-05-07T15:48:55.116Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://mkrgov.science","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/protofire.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-08-28T12:14:31.000Z","updated_at":"2023-11-06T20:42:46.000Z","dependencies_parsed_at":"2025-05-07T15:39:49.168Z","dependency_job_id":"b23ff73c-3ac6-4f3f-9b44-deda9a2b8792","html_url":"https://github.com/protofire/maker-governance-dashboard","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/protofire/maker-governance-dashboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/protofire%2Fmaker-governance-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/protofire%2Fmaker-governance-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/protofire%2Fmaker-governance-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/protofire%2Fmaker-governance-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/protofire","download_url":"https://codeload.github.com/protofire/maker-governance-dashboard/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/protofire%2Fmaker-governance-dashboard/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263245316,"owners_count":23436515,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T01:01:31.133Z","updated_at":"2025-07-03T02:07:31.783Z","avatar_url":"https://github.com/protofire.png","language":"TypeScript","funding_links":[],"categories":["Dashboards"],"sub_categories":[],"readme":"[![Netlify Status](https://api.netlify.com/api/v1/badges/e3010012-c6e9-486d-802e-cc5b6adef7a1/deploy-status)](https://app.netlify.com/sites/mkr-gov/deploys)\n\n# Maker governance dashboard\n\nThis project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app) and is configured with:\n\n- [Typescript](https://www.typescriptlang.org/)\n- [Apollo-client](https://www.apollographql.com/docs/react/)\n- [eslint](https://eslint.org/)\n- [prettier](https://prettier.io)\n- [Husky](https://github.com/typicode/husky#readme)\n- AutoGenerated types from subgraph schema\n\n## How to use it\n\nFirst you have to fork this repository. Then you need to create an **.env.local** with the same content as **.env.example**.\n\nYou can generate the types for the GQL Queries and Subscriptions by running `npm generateGQLTypes`, this command will search the schema exposed by graphql (it's defined in .env.local in key **REACT_APP_GRAPH_HTTP**) and then will generate a file in `/src/types/generatedGQL.ts` with the types needed for your queries. Note that this command should be executed each time the schema changes.\n\n## Available Scripts\n\nIn the project directory, you can run:\n\n### `npm start`\n\nRuns the app in the development mode.\u003cbr\u003e\u003cbr\u003e\nOpen [http://localhost:3000](http://localhost:3000) to view it in the browser.\n\nThe page will reload if you make edits.\u003cbr\u003e\u003cbr\u003e\nYou will also see any lint errors in the console.\n\n### `npm generateGQLTypes`\n\nGenerate GQL types related with queries and subscriptions taken for the source code. The schema used to generate the types is taken from the environment variable **REACT_APP_GRAPH_HTTP**.\n\n### `npm test`\n\nLaunches the test runner in the interactive watch mode.\u003cbr\u003e\u003cbr\u003e\nSee the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.\n\n### `npm run build`\n\nBuilds the app for production to the `build` folder.\u003cbr\u003e\u003cbr\u003e\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\u003cbr\u003e\u003cbr\u003e\nYour app is ready to be deployed!\n\nSee the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.\n\n### `npm run eject`\n\n**Note: this is a one-way operation. Once you `eject`, you can’t go back!**\n\nIf you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.\n\nInstead, it will copy all the configuration files and the transitive dependencies (Webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.\n\nYou don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprotofire%2Fmaker-governance-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprotofire%2Fmaker-governance-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprotofire%2Fmaker-governance-dashboard/lists"}