{"id":22230020,"url":"https://github.com/suryamsj/linkees","last_synced_at":"2025-07-27T19:32:16.910Z","repository":{"id":44373081,"uuid":"512303551","full_name":"suryamsj/Linkees","owner":"suryamsj","description":"Linktree clone with Svelte","archived":false,"fork":false,"pushed_at":"2023-05-15T18:38:44.000Z","size":11614,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-05-15T19:29:49.796Z","etag":null,"topics":["javascript","linktree","svelte"],"latest_commit_sha":null,"homepage":"https://linkeess.netlify.app/","language":"SCSS","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/suryamsj.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}},"created_at":"2022-07-09T23:16:18.000Z","updated_at":"2023-05-15T19:29:49.796Z","dependencies_parsed_at":"2023-01-17T21:47:47.102Z","dependency_job_id":null,"html_url":"https://github.com/suryamsj/Linkees","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suryamsj%2FLinkees","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suryamsj%2FLinkees/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suryamsj%2FLinkees/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suryamsj%2FLinkees/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/suryamsj","download_url":"https://codeload.github.com/suryamsj/Linkees/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227831078,"owners_count":17826155,"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":["javascript","linktree","svelte"],"created_at":"2024-12-03T01:14:04.552Z","updated_at":"2024-12-03T01:14:05.234Z","avatar_url":"https://github.com/suryamsj.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\" id=\"top\"\u003e \n  \u003cimg src=\"./screenshot/ss.png\" alt=\"Linkees\" /\u003e\n\n\u0026#xa0;\n\n\u003ca href=\"https://linkeess.netlify.app\"\u003eDemo\u003c/a\u003e\n\n\u003c/div\u003e\n\n\u003ch1 align=\"center\"\u003eLinkees\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"Github top language\" src=\"https://img.shields.io/github/languages/top/suryamsj/linkees?color=56BEB8\"\u003e\n\n  \u003cimg alt=\"Github language count\" src=\"https://img.shields.io/github/languages/count/suryamsj/linkees?color=56BEB8\"\u003e\n\n  \u003cimg alt=\"Repository size\" src=\"https://img.shields.io/github/repo-size/suryamsj/linkees?color=56BEB8\"\u003e\n\n  \u003cimg alt=\"License\" src=\"https://img.shields.io/github/license/suryamsj/linkees?color=56BEB8\"\u003e\n\n  \u003cimg alt=\"Github forks\" src=\"https://img.shields.io/github/forks/suryamsj/linkees?color=56BEB8\" /\u003e\n\n  \u003cimg alt=\"Github stars\" src=\"https://img.shields.io/github/stars/suryamsj/linkees?color=56BEB8\" /\u003e\n\u003c/p\u003e\n\n\u003chr\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#dart-about\"\u003eAbout\u003c/a\u003e \u0026#xa0; | \u0026#xa0; \n  \u003ca href=\"#rocket-technologies\"\u003eTechnologies\u003c/a\u003e \u0026#xa0; | \u0026#xa0;\n  \u003ca href=\"#white_check_mark-requirements\"\u003eRequirements\u003c/a\u003e \u0026#xa0; | \u0026#xa0;\n  \u003ca href=\"#checkered_flag-starting\"\u003eStarting\u003c/a\u003e \u0026#xa0; | \u0026#xa0;\n  \u003ca href=\"#memo-license\"\u003eLicense\u003c/a\u003e \u0026#xa0; | \u0026#xa0;\n  \u003ca href=\"https://github.com/{{YOUR_GITHUB_USERNAME}}\" target=\"_blank\"\u003eAuthor\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cbr\u003e\n\n## :dart: About\n\nLinktree clone with Svelte.\n\n## :rocket: Technologies\n\nThe following tools were used in this project:\n\n- [Svelte](https://expo.io/)\n- [Bootstrap](https://nodejs.org/en/)\n\n## :white_check_mark: Requirements\n\nBefore starting :checkered_flag:, you need to have [Git](https://git-scm.com) and [Node](https://nodejs.org/en/) installed.\n\n## :checkered_flag: Starting\n\n```bash\n# Clone this project\n$ git clone https://github.com/suryamsj/linkees\n\n# Access\n$ cd linkees\n\n# Install dependencies\n$ npm install\n\n# Run the project\n$ npm run dev\n\n# The server will initialize in the \u003chttp://localhost:3000\u003e\n```\n\n## :memo: License\n\nThis project is under license from MIT. For more details, see the [LICENSE](LICENSE.md) file.\n\nMade with :heart: by \u003ca href=\"https://github.com/{{YOUR_GITHUB_USERNAME}}\" target=\"_blank\"\u003eMuhammad Surya J\u003c/a\u003e\n\n\u0026#xa0;\n\n\u003ca href=\"#top\"\u003eBack to top\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuryamsj%2Flinkees","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuryamsj%2Flinkees","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuryamsj%2Flinkees/lists"}