{"id":18685967,"url":"https://github.com/dezh-tech/website","last_synced_at":"2025-04-12T04:53:25.293Z","repository":{"id":230452395,"uuid":"777711843","full_name":"dezh-tech/website","owner":"dezh-tech","description":"The Dezh Technologies Official Website","archived":false,"fork":false,"pushed_at":"2025-03-25T18:37:32.000Z","size":3760,"stargazers_count":4,"open_issues_count":2,"forks_count":4,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-12T04:53:14.343Z","etag":null,"topics":["blockchain","decentralized","dezh","website"],"latest_commit_sha":null,"homepage":"https://dezh.tech/","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/dezh-tech.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-26T11:25:45.000Z","updated_at":"2025-03-25T18:35:54.000Z","dependencies_parsed_at":"2024-05-08T18:03:49.091Z","dependency_job_id":"aec5ac4e-e157-4664-b842-d38d4b2cd5a6","html_url":"https://github.com/dezh-tech/website","commit_stats":null,"previous_names":["dezh-tech/website"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dezh-tech%2Fwebsite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dezh-tech%2Fwebsite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dezh-tech%2Fwebsite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dezh-tech%2Fwebsite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dezh-tech","download_url":"https://codeload.github.com/dezh-tech/website/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248519472,"owners_count":21117757,"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":["blockchain","decentralized","dezh","website"],"created_at":"2024-11-07T10:25:10.352Z","updated_at":"2025-04-12T04:53:25.270Z","avatar_url":"https://github.com/dezh-tech.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg alt=\"Dezh Technologies\" src=\"./public/fav-icon.svg\" width=\"150\" height=\"150\" /\u003e\n\u003c/p\u003e\n\n\u003ch3 align=\"center\"\u003e\nTogether we stand, Independent we fall.\n\u003c/h3\u003e\n\n\u003cbr/\u003e\n\nWelcome to the repository for the main website of Dezh Technologies This README will provide you with essential information about the project structure, setup instructions, available scripts, and deployment process.\n\n## Project Overview\n\nThis repository contains the source code for the main website of Dezh Technology. The website is built using React, Tailwind CSS, and Vite for fast and efficient development. TypeScript is used for static typing and improved code maintainability.\n\n## Adding Logos to Partners Section\n\nIf anyone wants to add their logo to our partners section, they should follow these steps:\n\n1. Add the logo with `#FFFFFF` color to the `public/companies` directory with an `.svg` extension. The SVG name should be the company or team name. For example, `google.svg`.\n\n2. Change the `data/companies.json` file and add their information. The JSON structure should be as follows:\n\n    ```json\n    {\n        \"name\": \"Name\",\n        \"logo\": \"/companies/name.svg\",\n        \"website\": \"https://example.com\"\n    }\n    ```\n\n## Getting Started\n\nTo get started with the project, follow these steps:\n\n1. Clone this repository to your local machine:\n\n   ```bash\n   git clone \u003crepository_url\u003e\n   ```\n\n2. Navigate to the project directory:\n\n   ```bash\n   cd website\n   ```\n\n3. Install dependencies:\n\n   ```bash\n   npm install\n   ```\n\n## Available Scripts\n\nIn the project directory, you can run the following scripts:\n\n- `npm run dev`: Starts the development server using Vite.\n- `npm run build`: Builds the project for production.\n- `npm run lint`: Lints the project files using ESLint.\n- `npm run preview`: Previews the built project locally.\n- `npm run predeploy`: Runs the build script as a pre-deployment step.\n- `npm run deploy`: Deploys the built project to GitHub Pages.\n\n## Dependencies\n\nThe project has the following dependencies:\n\n- `react` and `react-dom`: Core libraries for building the user interface.\n- `tailwind-merge` and `tailwindcss`: Utility libraries for styling the UI.\n- `clsx`: A utility for constructing className strings conditionally.\n- Various development dependencies for tooling, linting, and TypeScript support.\n\n## Project Structure\n\nThe main project files and directories are structured as follows:\n\n- `public/`: Contains static assets.\n- `data/`: Contains partners and social media data.\n- `src/`: Contains the source code for the React components and styles.\n- `package.json`: Configuration file for Node.js dependencies and scripts.\n- `tsconfig.json`: Configuration file for TypeScript.\n- `vite.config.js`: Configuration file for Vite.\n\n## Deployment\n\nThe project is configured to deploy to GitHub Pages. To deploy the project, run:\n\n```bash\nnpm run deploy\n```\n\nThis script will build the project and deploy it to the `gh-pages` branch of the repository.\n\n## Contributing\n\nContributions to the project are welcome! Feel free to submit bug reports, feature requests, or pull requests via the GitHub repository.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n---\n\nThank you for using Dezh Technology! If you have any questions or issues, please don't hesitate to contact us. Visit our [homepage](https://dezh.tech) for more information about our products and services.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdezh-tech%2Fwebsite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdezh-tech%2Fwebsite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdezh-tech%2Fwebsite/lists"}