{"id":27902727,"url":"https://github.com/epochstudio/web","last_synced_at":"2026-05-04T15:32:24.950Z","repository":{"id":291569998,"uuid":"977951994","full_name":"EpochStudio/web","owner":"EpochStudio","description":"modern landing website for Galaxies.","archived":false,"fork":false,"pushed_at":"2025-05-05T11:32:00.000Z","size":120,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-05-05T12:39:15.690Z","etag":null,"topics":["discord-app","discord-bot","discord-website","landing-website","nextjs","react","reactjs","shadcn-ui","typescript","vercel","website"],"latest_commit_sha":null,"homepage":"https://galaxies-tech.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EpochStudio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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,"zenodo":null}},"created_at":"2025-05-05T08:35:28.000Z","updated_at":"2025-05-05T11:32:04.000Z","dependencies_parsed_at":"2025-05-05T12:51:14.353Z","dependency_job_id":null,"html_url":"https://github.com/EpochStudio/web","commit_stats":null,"previous_names":["epochstudio/web"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EpochStudio%2Fweb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EpochStudio%2Fweb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EpochStudio%2Fweb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EpochStudio%2Fweb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EpochStudio","download_url":"https://codeload.github.com/EpochStudio/web/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252580851,"owners_count":21771409,"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":["discord-app","discord-bot","discord-website","landing-website","nextjs","react","reactjs","shadcn-ui","typescript","vercel","website"],"created_at":"2025-05-05T21:37:21.718Z","updated_at":"2025-10-07T21:32:41.534Z","avatar_url":"https://github.com/EpochStudio.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\u003cimg src='https://i.imgur.com/xyTgKVy.png' height='125'\u003e\u003cbr\u003e@galaxies/web\u003c/br\u003e\u003c/h1\u003e\n\u003cp align=\"center\"\u003eGalaxies Discord app's front-facing interface.\u003cbr\u003einformative and modern with \u003ci\u003estyle\u003c/i\u003e\u003c/b\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[![Powered by Vercel](https://img.shields.io/badge/Powered%20by-Vercel-000000?style=for-the-badge\u0026logo=vercel\u0026logoColor=white)](https://vercel.com?utm_source=galaxies\u0026utm_campaign=oss)\n\n[![TypeScript](https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge\u0026logo=typescript\u0026logoColor=white)](https://www.typescriptlang.org/)\n[![Next.js](https://img.shields.io/badge/Next.js-000000?style=for-the-badge\u0026logo=next.js\u0026logoColor=white)](https://nextjs.org/)\n[![React](https://img.shields.io/badge/React-61DAFB?style=for-the-badge\u0026logo=react\u0026logoColor=black)](https://reactjs.org/)\n[![shadcn/ui](https://img.shields.io/badge/shadcn/ui-000000?style=for-the-badge\u0026logo=shadcnui\u0026logoColor=white)](https://ui.shadcn.com/)\n\n\u003c/div\u003e\n\n---\n## Preview\n\u003cdetails\u003e\n\u003csummary\u003eClick to see preview\u003c/summary\u003e\n\u003cimg src=\"https://i.imgur.com/Tm6gXas.png\" alt=\"Galaxies Web Preview\" width=\"100%\"\u003e\n\u003c/details\u003e\n\n---\n## Information about this project\n\nMy attempt at making a functioning (at least) modern website for Galaxies. The old website posed significant issues to reliably host and maintain and is filled with old information, so a new one is required to provide accurate data.\n\nThis project is built using the following technologies:\n- **Next.js**: A React framework for server-side rendering and static site generation\n- **React**: A JavaScript library for building user interfaces\n- **TypeScript**: A strongly typed programming language that builds on JavaScript\n- **Tailwind CSS**: A utility-first CSS framework for rapid UI development\n- **shadcn/ui**: A collection of reusable components built with Radix UI and Tailwind CSS\n- **Vercel**: A platform for deploying and hosting Next.js applications\n- **pnpm**: A fast, disk space efficient package manager for JavaScript\n\nThe project follows the basic Next.js application structuring.\n\n## Getting Started\n\nTo get started with the project, follow these steps:\n\n1. **Clone the repository**\n  ```bash\n  git clone https://github.com/EpochStudios/web.git\n  cd web\n  ```\n\n2. **Install dependencies**\n  ```bash\n  pnpm install\n  ```\n\n3. **Start the development server**\n  ```bash\n  pnpm dev\n  ```\n\n4. **Open your browser.**\n  Navigate to `http://localhost:3000` to see the application running.\n\n## Project Structure\n\n```\ngalaxies-web/\n├── app/               # Next.js app with routes and layouts\n├── components/        # Reusable UI components\n├── lib/               # Utility functions and shared code\n├── styles/            # Global styles\n├── hooks/             # Custom React hooks\n├── components.json    # shadcn/ui components configuration\n├── next.config.js     # Next.js configuration\n├── package.json       # Project dependencies and scripts\n├── postcss.config.js  # PostCSS configuration for Tailwind\n├── tailwind.config.js # Tailwind CSS configuration\n├── tsconfig.json      # TypeScript configuration\n└── README.md          # Project documentation\n```\n\n## Deployment\n\nThis project is deployed on Vercel. You can view the hosted version of this website on https://galaxies-rho.vercel.app.\n\n## Code License \u0026 Contribution\n[MIT](/LICENSE). \n\nIf you have any questions or suggestions regarding this project, please feel free to:\n\n- Open an issue on GitHub\n- Submit a pull request with your improvements\n- Contact the maintainers through Discord\n\nYour contributions are always welcome and appreciated. Please make sure to follow the code style and guidelines when contributing.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepochstudio%2Fweb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fepochstudio%2Fweb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepochstudio%2Fweb/lists"}