{"id":20859172,"url":"https://github.com/bearstudio/bearforge_migration","last_synced_at":"2026-04-19T16:34:10.117Z","repository":{"id":226570435,"uuid":"769059258","full_name":"BearStudio/BearForge_migration","owner":"BearStudio","description":null,"archived":false,"fork":false,"pushed_at":"2024-03-28T09:42:28.000Z","size":7630,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-07T02:37:17.245Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://bear-forge-migration.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/BearStudio.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-03-08T09:02:16.000Z","updated_at":"2024-03-11T13:48:59.000Z","dependencies_parsed_at":"2024-03-28T10:49:28.892Z","dependency_job_id":"4093581c-829f-4f98-bd9d-6f37b66d43d1","html_url":"https://github.com/BearStudio/BearForge_migration","commit_stats":null,"previous_names":["azizouertani/bearforge","bearstudio/bearforge_migration"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BearStudio%2FBearForge_migration","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BearStudio%2FBearForge_migration/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BearStudio%2FBearForge_migration/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BearStudio%2FBearForge_migration/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BearStudio","download_url":"https://codeload.github.com/BearStudio/BearForge_migration/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243230090,"owners_count":20257644,"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-11-18T04:48:52.531Z","updated_at":"2025-12-26T16:52:45.021Z","avatar_url":"https://github.com/BearStudio.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bearforge website\n\n## Getting Started\n\nClone the repository:\n\n```bash\ngit clone https://github.com/BearStudio/BearForge_migration.git\n```\n\nInstall dependencies:\n\n```bash\ncd BearForge\nnpm install\n```\n\nRun the development server:\n\n```bash\nnpm run dev\n```\n\n## Add projects or partners\n\n1. Add a background image under `/public/images/partners` || `/public/images/projects`\n2. Create a React component that contains the logo in SVG format under `/public/svg/partner` || `/public/svg/project`\n3. Access the `src/data/partners.tsx` || `src/data/projects.tsx`  file and add the following:\n\n```javascript\n   {\n    name: \"partner_project_name\",\n    description: \"partner_project_description\",\n    imageUrl: \"/images/partners/clevercloud-background.png\",\n    twitterUrl: \"twitter URL\",\n    githubUrl: \"GitHub URL\",\n    linkedinUrl: \"LinkedIn URL\",\n    projectLogo: \u003cprojectLogo /\u003e,\n    button: \"Visit Website\",\n    buttonUrl: \"website URL\",\n  }\n```\n\n\n\n## Project Configuration\n\n#### Configure Fonts\n\nI use Inter as the default font. You can replace it with another font if you wish or add another one.\n\nImport the font into the main layout `src/app/layout.tsx`:\n\n```javascript\nexport const fontSans = FontSans({\n  subsets: ['latin'],\n  variable: '--font-sans',\n});\n```\n\nConfigure `theme.extend.fontFamily` in `tailwind.config.js` :\n\n```javascript\ntheme: {\n  extend: {\n    fontFamily: {\n      sans: [\"var(--font-sans)\", ...fontFamily.sans],\n    },\n  },\n}\n```\n\n## Components\n\nComponents are configured with `shadcn/ui`. You can easily start adding components. For example, to add a button, run the following command:\n\n```bash\nnpx shadcn-ui@latest add button\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbearstudio%2Fbearforge_migration","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbearstudio%2Fbearforge_migration","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbearstudio%2Fbearforge_migration/lists"}