{"id":26737245,"url":"https://github.com/superteamdao/earn","last_synced_at":"2025-04-04T11:17:04.582Z","repository":{"id":118564168,"uuid":"597307357","full_name":"SuperteamDAO/earn","owner":"SuperteamDAO","description":"An open source platform connecting crypto founders with elite talent to create bounties, and accelerate project completion","archived":false,"fork":false,"pushed_at":"2024-10-29T08:26:10.000Z","size":144972,"stargazers_count":96,"open_issues_count":5,"forks_count":107,"subscribers_count":6,"default_branch":"main","last_synced_at":"2024-10-29T09:47:37.852Z","etag":null,"topics":["freelance-work","nextjs","open-source","solana","typescript","web3"],"latest_commit_sha":null,"homepage":"https://earn.superteam.fun","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SuperteamDAO.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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":"2023-02-04T05:54:45.000Z","updated_at":"2024-10-29T08:26:14.000Z","dependencies_parsed_at":"2024-04-15T15:38:30.612Z","dependency_job_id":"be817f17-b2dc-4d67-9f96-ae2846503242","html_url":"https://github.com/SuperteamDAO/earn","commit_stats":null,"previous_names":["superteamdao/earn"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuperteamDAO%2Fearn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuperteamDAO%2Fearn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuperteamDAO%2Fearn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuperteamDAO%2Fearn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SuperteamDAO","download_url":"https://codeload.github.com/SuperteamDAO/earn/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247166171,"owners_count":20894654,"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":["freelance-work","nextjs","open-source","solana","typescript","web3"],"created_at":"2025-03-28T02:39:06.630Z","updated_at":"2025-04-04T11:17:04.565Z","avatar_url":"https://github.com/SuperteamDAO.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cbr/\u003e\n  \u003cimg src=\"https://pbs.twimg.com/profile_images/1655546485365407744/dOeIC0R-_400x400.jpg\" style=\"border-radius:10px\" width=\"120px\" height=\"auto\"/\u003e\n  \u003ch2\u003eSuperteam Earn\u003c/h2\u003e\n  \u003cp\u003e\n    \u003cstrong\u003eAn open source platform connecting crypto founders with elite talent to create bounties, and accelerate project completion\u003c/strong\u003e\n  \u003c/p\u003e\n  \n  ![Project Status: Active](https://www.repostatus.org/badges/latest/active.svg)\n  ![GitHub issues](https://img.shields.io/github/issues-raw/SuperteamDAO/earn)\n  ![GitHub pull requests](https://img.shields.io/github/issues-pr/SuperteamDAO/earn)\n  [![Follow](https://img.shields.io/twitter/follow/superteamearn.svg?style=social)](https://twitter.com/superteamearn)\n\u003c/div\u003e\n\n## Development Setup\n\n### Prerequisites\n\n- NodeJS\n- MySQL\n- pnpm\n\n### Getting Started\n\n1. Clone the repository into a public Github repository (or fork it):\n    ```bash\n    git clone https://github.com/SuperteamDAO/earn.git\n    ```\n\n2. Navigate to the project directory:\n    ```bash\n    cd earn\n    ```\n\n3. Install the dependencies: \n    ```bash\n    pnpm i\n    ```\n\n4. Set up your `.env` file.\n  - Start by copying the `.env.example` file to a new file named `.env`. This file will store your local environment settings.\n  - Use `openssl rand -base64 32` to generate a key and add it under `NEXTAUTH_SECRET` in the .env file.\n  - Database setup\n    - Create a local `MySQL` instance and replace `\u003cuser\u003e`, `\u003cpass\u003e`, `\u003cdb-host\u003e`, and `\u003cdb-port\u003e` with their applicable values.\n      ```\n      LOCAL_DATABASE_URL='mysql://\u003cuser\u003e:\u003cpass\u003e@\u003cdb-host\u003e:\u003cdb-port\u003e'\n      ``` \n    - If you don't want to create a local DB, then you can also consider using services like railway.app or render.\n      - [Setup MySQL DB with railway.app](https://docs.railway.app/guides/mysql)\n      - [Setup MYSQL DB with render](https://docs.render.com/deploy-mysql)\n      \n    - Generate prisma migrations \u0026 client.\n      ```bash\n      npx prisma migrate dev --name init \u0026\u0026 npx prisma generate\n      ```\n\n  - You have to set up resend to run the app:\n    - [Resend](https://resend.com): To obtain your `RESEND_API_KEY`, visit the Resend dashboard. This credential is essential for setting up Email Auth.\n\n  NOTE: If you are facing any issues with setup, feel free to contact [Abhishek](https://twitter.com/abhwshek)\n\n5. Run the development server\n    ```bash\n    pnpm dev\n    ```\n\n## Contributing\nWe welcome contributions from everyone! Whether it's submitting an issue, a pull request, or suggesting new ideas, your input is highly valued. Check out our [contributing guide](CONTRIBUTING.md) for guidelines on how to proceed.\n\nFacing an issue? Please feel free to reach out to [Abhishek](https://twitter.com/abhwshek) or [Pratik](https://twitter.com/pratikdholani)\n\n### Why should you contribute to Earn?\n- Consistent, good-quality contributions will earn you [contributor](https://docs.superteam.fun/the-superteam-handbook/getting-started/community-structure) status in the Superteam of your preference! Contributors get special access to channels on Discord, preferential entry to events, and is a great stepping stone to becoming a Superteam member.\n- Get [XP](https://docs.superteam.fun/the-superteam-handbook/community/the-reputation-system) if you're already a Superteam Member or Contributor\n- Unwavering love and support from the Superteam Earn team!\n\n### Contributors\n\u003ca href=\"https://github.com/SuperteamDAO/earn/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=SuperteamDAO/earn\" /\u003e\n\u003c/a\u003e\n\n## Repo Activity\n\n\u003cimg width=\"100%\" src=\"https://repobeats.axiom.co/api/embed/a82375612cac34000c44afc158c634bc0802a712.svg\" /\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperteamdao%2Fearn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuperteamdao%2Fearn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperteamdao%2Fearn/lists"}