{"id":48464032,"url":"https://github.com/steemit/steem.com","last_synced_at":"2026-04-07T03:31:43.636Z","repository":{"id":316775580,"uuid":"1063924363","full_name":"steemit/steem.com","owner":"steemit","description":null,"archived":false,"fork":false,"pushed_at":"2026-03-17T20:02:13.000Z","size":18645,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-03-18T09:41:37.193Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://steem.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/steemit.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-25T09:52:06.000Z","updated_at":"2026-03-17T20:01:36.000Z","dependencies_parsed_at":"2025-09-26T17:36:53.097Z","dependency_job_id":"13971c3b-af84-42e1-83bb-5c4c192a5667","html_url":"https://github.com/steemit/steem.com","commit_stats":null,"previous_names":["steemit/steem.com"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/steemit/steem.com","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steemit%2Fsteem.com","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steemit%2Fsteem.com/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steemit%2Fsteem.com/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steemit%2Fsteem.com/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/steemit","download_url":"https://codeload.github.com/steemit/steem.com/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steemit%2Fsteem.com/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31499192,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-04-07T03:31:42.504Z","updated_at":"2026-04-07T03:31:43.631Z","avatar_url":"https://github.com/steemit.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Steem.com\n\nThis is a project using Next.js and Tailwind CSS for [https://steem.com](https://steem.com)\n\n## Features\n\n- 🚀 Built with Next.js 15 and React 19\n- 🎨 Styled with Tailwind CSS 4\n- 📱 Fully responsive design\n- ⚡ Fast loading and optimized images\n- 🔍 SEO optimized\n- 📄 TypeScript support\n\n## Tech Stack\n\n- **Framework**: Next.js 15\n- **Language**: TypeScript\n- **Styling**: Tailwind CSS 4\n- **Fonts**: Roboto (Google Fonts)\n- **Image Optimization**: Next.js Image component\n\n## Getting Started\n\n1. Install dependencies:\n```bash\npnpm install\n```\n\n2. Start the development server:\n```bash\npnpm dev\n```\n\n3. Open [http://localhost:3000](http://localhost:3000) in your browser\n\n## Building for Production\n\n```bash\npnpm build\npnpm start\n```\n\n## Project Structure\n\n```\nsrc/\n├── app/\n│   ├── about/\n│   │   └── page.tsx\n│   ├── brand/\n│   │   └── page.tsx\n│   ├── buying-steem-tokens/\n│   │   └── page.tsx\n│   ├── contact/\n│   │   └── page.tsx\n│   ├── developers/\n│   │   └── page.tsx\n│   ├── entrepreneurs/\n│   │   └── page.tsx\n│   ├── faq/\n│   │   └── page.tsx\n│   ├── social-users/\n│   │   └── page.tsx\n│   ├── globals.css\n│   ├── layout.tsx\n│   └── page.tsx\n└── components/\n    ├── Carousel.tsx\n    ├── ContactSection.tsx\n    ├── Footer.tsx\n    ├── Header.tsx\n    ├── Icon.tsx\n    ├── ResourcesSection.tsx\n    ├── StatCounter.tsx\n    ├── TopSection.tsx\n    └── TransactionComparison.tsx\n```\n\n## Styling System\n\nThe project uses a custom Steem brand color system:\n\n- `steem-blue`: #161fc8\n- `steem-lightblue`: #11a7f1\n- `steem-purple`: #5f00de\n- `steem-grey`: #707070\n- `steem-offwhite`: #f5f5f5\n- `steem-offblack`: #343a40\n\n## Responsive Design\n\n- Mobile-first design approach\n- Support for tablet and desktop\n- Uses Tailwind CSS responsive utility classes\n\n## Deployment\n\nThe project is configured for static export and can be deployed to any static hosting service:\n\n1. Build the project: `pnpm build`\n2. The static files will be generated in the `out/` directory\n3. Deploy the contents of the `out/` directory to your hosting service\n\n## GitHub Actions\n\nThe project includes automated CI/CD with GitHub Actions:\n\n- **Trigger**: Pushes to `master` branch\n- **Build**: Node.js 20 environment with pnpm\n- **Output**: Static files exported to `out/` directory\n- **Release**: Automatic release creation with ZIP attachment\n\n## License\n\nMIT License","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteemit%2Fsteem.com","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsteemit%2Fsteem.com","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteemit%2Fsteem.com/lists"}