{"id":13785138,"url":"https://github.com/nickytonline/structured-yolo-dao","last_synced_at":"2026-05-01T23:39:28.284Z","repository":{"id":78822639,"uuid":"440040917","full_name":"nickytonline/structured-yolo-dao","owner":"nickytonline","description":"My Buildspace DAO project. Lots of fun and as always, thanks Buildspace team for such great learning content!","archived":false,"fork":false,"pushed_at":"2021-12-29T04:22:28.000Z","size":366,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-04-15T01:15:36.786Z","etag":null,"topics":["dao","dapp","nextjs","reactjs","thirdweb"],"latest_commit_sha":null,"homepage":"https://yolodao.iamdeveloper.com","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/nickytonline.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2021-12-20T04:21:38.000Z","updated_at":"2022-04-16T08:30:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"73b1384b-58b2-4934-a6db-de9f3f025d17","html_url":"https://github.com/nickytonline/structured-yolo-dao","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"nickytonline/web3-starter","purl":"pkg:github/nickytonline/structured-yolo-dao","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickytonline%2Fstructured-yolo-dao","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickytonline%2Fstructured-yolo-dao/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickytonline%2Fstructured-yolo-dao/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickytonline%2Fstructured-yolo-dao/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nickytonline","download_url":"https://codeload.github.com/nickytonline/structured-yolo-dao/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickytonline%2Fstructured-yolo-dao/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32517232,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["dao","dapp","nextjs","reactjs","thirdweb"],"created_at":"2024-08-03T19:00:57.375Z","updated_at":"2026-05-01T23:39:28.266Z","avatar_url":"https://github.com/nickytonline.png","language":"TypeScript","funding_links":[],"categories":["Projects"],"sub_categories":["JS_DAO"],"readme":"[![Netlify Status](https://api.netlify.com/api/v1/badges/07c2eaba-441d-4386-b678-73de56b3ab12/deploy-status)](https://app.netlify.com/sites/structured-yolo-dao/deploys)\n\n# Structured YOLO DAO\n\nMy [Buildspace](https://buildspace) DAO project. Lots of fun and as always,\nthanks Buildspace team for such great learning content!\n\n\u003ccenter\u003e\n\n![The Structured YOLO DAO](structured-yolo-dao.png)\n\n\u003c/center\u003e\n\n## Contributing\n\nIf you are interested in contributing to the project, first read our\n[contributing guidelines](./CONTRIBUTING.md). Take a look at our\n[existing issues](https://github.com/nickytonline/structured-yolo-dao/issues),\nor if you come across an issue,\n[create an issue](https://github.com/nickytonline/structured-yolo-dao/issues/new/choose).\nFor feature requests,\n[start a discussion](https://github.com/nickytonline/structured-yolo-dao/discussions)\nfirst.\n\n## Getting Started (Local Development)\n\n1. Install the dependencies\n\n   ```bash\n   npm install\n   # or\n   yarn\n   ```\n\n1. Start the project\n\n   ```bash\n   npm run dev\n   # or\n   yarn dev\n   ```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the\nresult.\n\n## Getting Started (Gitpod)\n\nThe project can be run in Gitpod. Navigate to\nhttps://gitpod.io/#https://github.com/nickytonline/structured-yolo-dao. If you\nwish to load it in Gitpod as an external contributor, you will need to fork the\nproject first, then open the fork in Gitpod, e.g.\nhttps://gitpod.io/#https://github.com/some_user_that_forked_the_repository/structured-yolo-dao.\n\n1. Gitpod will take a minute or two to load.\n1. If this is the first time loading the project in Gitpod, it will take longer\n   as all the npm packages are installing.\n1. The project wil start automatically in developer mode and the app will load\n   in the Gitpod preview window.\n\nFor move information on Gitpod, check out the\n[Gitpod documentation](https://www.gitpod.io/docs/).\n\n## Running tests\n\nThe project uses [jest](https://jestjs.io). For more information on jest, see\nthe [official documentation](https://jestjs.io/docs/getting-started).\n\nTo run tests:\n\n```bash\nnpm test\n# or\nyarn test\n```\n\nTo run tests in watch mode:\n\n```bash\nnpm test:watch\n# or\nyarn test:watch\n```\n\n## Building out components\n\nWhen building out components in the project, shared components can go in the\n`components` folder. Components can then be imported using the `@components`\nalias, e.g. `import { ExampleHeader } from '@components/Header';`.\n\n### Storybook\n\nThe project uses [Storybook](https://storybook.js.org) for building our\ncomponents. For more on Storybook, see the\n[official documentation](https://storybook.js.org/docs/react).\n\n### Running Storybook\n\n```bash\nnpm run storybook\n# or\nyarn storybook\n```\n\n### Building Storybook Static Site\n\n```bash\nnpm run build-storybook\n# or\nyarn build-storybook\n```\n\n## Under the hood\n\n### Next.js\n\nThis is a [Next.js](https://nextjs.org/) project bootstrapped with\n[`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).\n\nYou can start editing the page by modifying `pages/index.tsx`. The page\nauto-updates as you edit the file.\n\n[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on\n[http://localhost:3000/api/hello](http://localhost:3000/api/hello). This\nendpoint can be edited in `pages/api/hello.ts`.\n\nThe `pages/api` directory is mapped to `/api/*`. Files in this directory are\ntreated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead\nof React pages.\n\nTo learn more about Next.js, take a look at the following resources:\n\n- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js\n  features and API.\n- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.\n\nYou can check out\n[the Next.js GitHub repository](https://github.com/vercel/next.js/) - your\nfeedback and contributions are welcome!\n\n### ThirdWeb\n\nThirdWeb allows you to create a DAO without any smart contracts. Just\nJavaScript! For more information, visit the [ThirdWeb](https://thirdweb.com/)\nsite.\n\n### Theme UI\n\nFor more on theme UI, check out their\n[official documentation](https://theme-ui.com/getting-started).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickytonline%2Fstructured-yolo-dao","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnickytonline%2Fstructured-yolo-dao","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickytonline%2Fstructured-yolo-dao/lists"}