{"id":19441497,"url":"https://github.com/dgca/farcontest","last_synced_at":"2026-06-10T01:31:18.415Z","repository":{"id":237997894,"uuid":"795661691","full_name":"dgca/farcontest","owner":"dgca","description":"Host contests on Farcaster","archived":false,"fork":false,"pushed_at":"2024-05-08T00:52:06.000Z","size":2270,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-25T07:46:01.100Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://farcontest-frontend.vercel.app","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/dgca.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":"2024-05-03T18:50:03.000Z","updated_at":"2024-05-08T00:52:09.000Z","dependencies_parsed_at":"2024-05-08T01:42:31.074Z","dependency_job_id":"861af6e6-7dc0-446a-b599-29a42a25a31e","html_url":"https://github.com/dgca/farcontest","commit_stats":null,"previous_names":["dgca/farcontest"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dgca/farcontest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dgca%2Ffarcontest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dgca%2Ffarcontest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dgca%2Ffarcontest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dgca%2Ffarcontest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dgca","download_url":"https://codeload.github.com/dgca/farcontest/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dgca%2Ffarcontest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34133404,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"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-10T15:35:50.748Z","updated_at":"2026-06-10T01:31:18.388Z","avatar_url":"https://github.com/dgca.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Farcontest\n\n\u003ca alt=\"Nx logo\" href=\"https://nx.dev\" target=\"_blank\" rel=\"noreferrer\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png\" width=\"45\"\u003e\u003c/a\u003e\n\n✨ **This workspace has been generated by [Nx, Smart Monorepos · Fast CI.](https://nx.dev)** ✨\n\n## Integrate with editors\n\nEnhance your Nx experience by installing [Nx Console](https://nx.dev/nx-console) for your favorite editor. Nx Console\nprovides an interactive UI to view your projects, run tasks, generate code, and more! Available for VSCode, IntelliJ and\ncomes with a LSP for Vim users.\n\n## Nx plugins and code generators\n\nAdd Nx plugins to leverage their code generators and automated, inferred tasks.\n\n```\n# Add plugin\nnpx nx add @nx/react\n\n# Use code generator\nnpx nx generate @nx/react:app demo\n\n# Run development server\nnpx nx serve demo\n\n# View project details\nnpx nx show project demo --web\n```\n\nRun `npx nx list` to get a list of available plugins and whether they have generators. Then run `npx nx list \u003cplugin-name\u003e` to see what generators are available.\n\nLearn more about [code generators](https://nx.dev/features/generate-code) and [inferred tasks](https://nx.dev/concepts/inferred-tasks) in the docs.\n\n## Running tasks\n\nTo execute tasks with Nx use the following syntax:\n\n```\nnpx nx \u003ctarget\u003e \u003cproject\u003e \u003c...options\u003e\n```\n\nYou can also run multiple targets:\n\n```\nnpx nx run-many -t \u003ctarget1\u003e \u003ctarget2\u003e\n```\n\n..or add `-p` to filter specific projects\n\n```\nnpx nx run-many -t \u003ctarget1\u003e \u003ctarget2\u003e -p \u003cproj1\u003e \u003cproj2\u003e\n```\n\nTargets can be defined in the `package.json` or `projects.json`. Learn more [in the docs](https://nx.dev/features/run-tasks).\n\n## Set up CI!\n\nNx comes with local caching already built-in (check your `nx.json`). On CI you might want to go a step further.\n\n- [Set up remote caching](https://nx.dev/features/share-your-cache)\n- [Set up task distribution across multiple machines](https://nx.dev/nx-cloud/features/distribute-task-execution)\n- [Learn more how to setup CI](https://nx.dev/recipes/ci)\n\n## Explore the project graph\n\nRun `npx nx graph` to show the graph of the workspace.\nIt will show tasks that you can run with Nx.\n\n- [Learn more about Exploring the Project Graph](https://nx.dev/core-features/explore-graph)\n\n## Connect with us!\n\n- [Join the community](https://nx.dev/community)\n- [Subscribe to the Nx Youtube Channel](https://www.youtube.com/@nxdevtools)\n- [Follow us on Twitter](https://twitter.com/nxdevtools)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdgca%2Ffarcontest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdgca%2Ffarcontest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdgca%2Ffarcontest/lists"}