{"id":29022604,"url":"https://github.com/noorjsdivs/support-me-yt","last_synced_at":"2025-06-26T03:02:25.235Z","repository":{"id":296562992,"uuid":"993790943","full_name":"noorjsdivs/support-me-yt","owner":"noorjsdivs","description":"Responsive application made with reactjs","archived":false,"fork":false,"pushed_at":"2025-05-31T15:06:37.000Z","size":10317,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-01T03:28:26.331Z","etag":null,"topics":["reactjs","responsive-web-design","vitejs","vitejs-react","zustand"],"latest_commit_sha":null,"homepage":"https://support-me-three.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/noorjsdivs.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}},"created_at":"2025-05-31T14:30:20.000Z","updated_at":"2025-05-31T15:06:41.000Z","dependencies_parsed_at":"2025-06-01T03:45:43.612Z","dependency_job_id":"786c69af-eeca-4a23-8fd5-7b8ffff602e5","html_url":"https://github.com/noorjsdivs/support-me-yt","commit_stats":null,"previous_names":["noorjsdivs/support-me-yt"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/noorjsdivs/support-me-yt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noorjsdivs%2Fsupport-me-yt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noorjsdivs%2Fsupport-me-yt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noorjsdivs%2Fsupport-me-yt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noorjsdivs%2Fsupport-me-yt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/noorjsdivs","download_url":"https://codeload.github.com/noorjsdivs/support-me-yt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noorjsdivs%2Fsupport-me-yt/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261990277,"owners_count":23241185,"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":["reactjs","responsive-web-design","vitejs","vitejs-react","zustand"],"created_at":"2025-06-26T03:02:24.618Z","updated_at":"2025-06-26T03:02:25.191Z","avatar_url":"https://github.com/noorjsdivs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Welcome to Your Support Me Project\n\nThis project is a web application built with modern web technologies. Follow the instructions below to set up, run, and deploy the project locally or on your preferred environment.\n\n## 🔗 Preview\n\n## ![Dashboard Preview](/public/preview_image.png)\n\n## Live Demo\n\nYou can view the live application at: https://support-me-three.vercel.app/\nTechnologies Used\nThis project is built with:\n\n```bash\nVite: A fast build tool and development server.\nTypeScript: For type-safe JavaScript development.\nReact: A JavaScript library for building user interfaces.\nshadcn-ui: A collection of reusable UI components.\nTailwind CSS: A utility-first CSS framework for styling.\n```\n\n## Prerequisites\n\nTo run this project locally, ensure you have the following installed:\n\nNode.js and npm: Install them using nvm (Node Version Manager) for easy version management.\n\n## Getting Started\n\nFollow these steps to clone and run the project locally:\n\nClone the Repository\n\n```bash\ngit clone \u003cYOUR_GIT_URL\u003e\n```\n\nReplace \u003cYOUR_GIT_URL\u003e with the URL of your project's Git repository.\n\nNavigate to the Project Directory\ncd \u003cYOUR_PROJECT_NAME\u003e\n\nReplace \u003cYOUR_PROJECT_NAME\u003e with the name of your project directory.\n\n## Install Dependencies\n\n```bash\nnpm install\n```\n\nThis installs all the necessary dependencies listed in package.json.\n\nStart the Development Server\n\n```bash\nnpm run dev\n```\n\nThis starts the Vite development server with auto-reloading and an instant preview. Open your browser and navigate to http://localhost:5173 (or the port specified in the terminal) to view the app.\n\n## Editing the Code\n\nYou can edit the project using your preferred Integrated Development Environment (IDE) or text editor. Here are a few ways to make changes:\nUsing Your Preferred IDE\n\nOpen the project directory in your IDE (e.g., VS Code, WebStorm).\n\nMake changes to the code in the src directory or other relevant files.\n\nSave your changes and view them instantly in the browser if the development server is running.\n\nCommit and push your changes to the repository:\ngit add .\ngit commit -m \"Your commit message\"\ngit push origin main\n\nEditing Directly in GitHub\n\nNavigate to the desired file in your GitHub repository.\nClick the Edit button (pencil icon) at the top right of the file view.\nMake your changes and commit them directly with a descriptive message.\n\nUsing GitHub Codespaces\n\nGo to the main page of your repository on GitHub.\nClick the Code button (green button) near the top right.\nSelect the Codespaces tab and click New codespace.\nEdit files within the Codespace environment.\nCommit and push your changes when done.\n\nDeploying the Project\nTo deploy the project, you can use a hosting platform like Vercel, Netlify, or any other service that supports static site deployment. Since this project is already deployed at https://support-me-three.vercel.app/, you can follow these steps to deploy updates or to a new platform:\n\nBuild the Project\nnpm run build\n\nThis generates a dist folder with the production-ready files.\n\nDeploy to Vercel\nIf using Vercel:\n\nInstall the Vercel CLI: npm install -g vercel\nRun vercel in the project directory and follow the prompts to deploy.\nAlternatively, connect your GitHub repository to Vercel for automatic deployments on push.\n\nDeploy to Other Platforms\n\nFor platforms like Netlify, upload the dist folder or connect your repository for automatic builds.\nFollow the platform-specific instructions for deployment.\n\nConnecting a Custom Domain\nTo connect a custom domain to your deployed project (e.g., on Vercel):\n\nNavigate to your project's dashboard on the hosting platform (e.g., Vercel).\nGo to Settings \u003e Domains.\nFollow the platform's instructions to add and verify your custom domain.\nUpdate your domain's DNS settings with the provided records (e.g., A or CNAME records).\n\nFor detailed instructions, refer to your hosting platform's documentation (e.g., Vercel Custom Domains).\nTroubleshooting\n\nNode Version Issues: Ensure you're using a compatible Node.js version. Use nvm to switch versions if needed.\nDependency Errors: Run npm install again or delete node_modules and package-lock.json, then reinstall.\nBuild Errors: Check for syntax errors in your TypeScript or React code, and ensure all dependencies are up to date.\n\nContributing\nFeel free to fork this repository, make changes, and submit pull requests. Ensure your code follows the project's structure and conventions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoorjsdivs%2Fsupport-me-yt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoorjsdivs%2Fsupport-me-yt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoorjsdivs%2Fsupport-me-yt/lists"}