{"id":18556852,"url":"https://github.com/urbit/grants","last_synced_at":"2025-09-22T23:11:01.546Z","repository":{"id":72682718,"uuid":"198949373","full_name":"urbit/grants","owner":"urbit","description":"Urbit Grant Program","archived":false,"fork":false,"pushed_at":"2020-10-05T22:21:46.000Z","size":7485,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-05-15T13:51:27.056Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/urbit.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2019-07-26T05:02:59.000Z","updated_at":"2022-02-28T13:23:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"9ad73278-6b32-4411-93d8-3bd5a69d19a1","html_url":"https://github.com/urbit/grants","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/urbit/grants","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urbit%2Fgrants","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urbit%2Fgrants/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urbit%2Fgrants/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urbit%2Fgrants/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/urbit","download_url":"https://codeload.github.com/urbit/grants/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urbit%2Fgrants/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276487484,"owners_count":25651133,"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","status":"online","status_checked_at":"2025-09-22T02:00:08.972Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-11-06T21:33:35.258Z","updated_at":"2025-09-22T23:11:01.495Z","avatar_url":"https://github.com/urbit.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Urbit Grants\n\n[→ Prod site](http://grants.urbit.org)\n\nThis is a collection of the various services and components that make up the Urbit Grants.\n\nThe website consists of a collection of four Heroku apps.  Currently, we directly deploy our code to Heroku (not through GitHub).  \n\nFor development, see the [stage branch README](https://github.com/urbit/grants/blob/stage/README.md) for important information about the current dev setup.  \n\n### Setup\n\nInstructions for each respective component can be found in:\n\n- `/backend/README.md`\n\n- `/frontend/README.md`\n\n- `/admin/README.md`\n\n- `/e2e/README.md`\n\nWe currently only offer instructions for unix based systems. Windows may or may not be compatible.\n\n### Heroku\n\nOur heroku setup uses separate apps for each component of the monorepo.\n\nBe sure to replace `myappbasename` with your own base-name.\n\n**Create**\nExecute the `heroku-create-apps` script\n\n```bash\nchmod u+x heroku-create-apps\n./heroku-create-apps myappbasename\n```\n\nThis should generate apps and set up git remotes to deploy to.\n\n**Add**\nIf the apps have already been created, and you want to be able to deploy to them, you\nmay use the heroku commands below to setup remotes.\n\n```bash\nheroku git:remote -a myappbasename-backend -r myappbasename-backend\nheroku git:remote -a myappbasename-frontend -r myappbasename-frontend\nheroku git:remote -a myappbasename-admin -r myappbasename-admin\nheroku git:remote -a myappbasename-eip712 -r myappbasename-eip712\n```\n\n**Setup**\n\nAdd addons to the following dynos:\n* Backend\n  * Postgres (Standard 0 if you want backups)\n    heroku addons:create heroku-postgresql:hobby-dev --app=\u003cAPP_NAME\u003e\n* Backend, Frontend, EIP-712\n  * Timber (Optional logging)\n  \nInitialize the database by running\n\n```\nheroku run \"cd backend \u0026\u0026 flask db upgrade\" --app myappbasename-backend\n```\n\nAdd environment variables for each app based on their `.env.example`. To configure everything, you'll need:\n* An AWS S3 instance (see backend/README.md)\n* A Sendgrid account\n* Sentry apps for backend and frontend\n* Twitter and GitHub OAuth apps\n* An Infura instance\n\n**Deploy**\nTo push to heroku, build \u0026 deploy:\n\n```bash\ngit push myappbasename-backend HEAD:master\ngit push myappbasename-frontend HEAD:master\ngit push myappbasename-admin HEAD:master\ngit push myappbasename-eip712 HEAD:master\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Furbit%2Fgrants","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Furbit%2Fgrants","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Furbit%2Fgrants/lists"}