{"id":16343052,"url":"https://github.com/kvssankar/svelte-linkinbio","last_synced_at":"2025-10-16T09:56:58.515Z","repository":{"id":101422494,"uuid":"345959114","full_name":"kvssankar/svelte-linkinbio","owner":"kvssankar","description":"This project is made using MENS Stack, Mongo Express Nodejs, and Svelte. If you are good at mern and want to explore svelte to replace react, this would be the best working example for you to check. ","archived":false,"fork":false,"pushed_at":"2022-09-05T14:36:27.000Z","size":5053,"stargazers_count":10,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-14T06:31:01.502Z","etag":null,"topics":["component-architecture","instagram","instagram-bio","instagram-bio-link","lnkinbio","mongodb","nodejs","restapi-backend","ssr","svelte","svelte-routing"],"latest_commit_sha":null,"homepage":"https://lnkinbio.herokuapp.com/","language":"JavaScript","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/kvssankar.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}},"created_at":"2021-03-09T09:54:34.000Z","updated_at":"2022-10-12T07:04:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"5a05fee4-3787-4f97-b88f-72de39289a41","html_url":"https://github.com/kvssankar/svelte-linkinbio","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kvssankar/svelte-linkinbio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kvssankar%2Fsvelte-linkinbio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kvssankar%2Fsvelte-linkinbio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kvssankar%2Fsvelte-linkinbio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kvssankar%2Fsvelte-linkinbio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kvssankar","download_url":"https://codeload.github.com/kvssankar/svelte-linkinbio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kvssankar%2Fsvelte-linkinbio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279175412,"owners_count":26119442,"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","status":"online","status_checked_at":"2025-10-16T02:00:06.019Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["component-architecture","instagram","instagram-bio","instagram-bio-link","lnkinbio","mongodb","nodejs","restapi-backend","ssr","svelte","svelte-routing"],"created_at":"2024-10-11T00:05:59.899Z","updated_at":"2025-10-16T09:56:58.471Z","avatar_url":"https://github.com/kvssankar.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"*Looking for a shareable component template? Go here --\u003e [sveltejs/component-template](https://github.com/sveltejs/component-template)*\n\n---\n\n# svelte app\n\nThis is a project template for [Svelte](https://svelte.dev) apps. It lives at https://github.com/sveltejs/template.\n\nTo create a new project based on this template using [degit](https://github.com/Rich-Harris/degit):\n\n```bash\nnpx degit sveltejs/template svelte-app\ncd svelte-app\n```\n\n*Note that you will need to have [Node.js](https://nodejs.org) installed.*\n\n\n## Get started\n\nInstall the dependencies...\n\n```bash\ncd svelte-app\nnpm install\n```\n\n...then start [Rollup](https://rollupjs.org):\n\n```bash\nnpm run dev\n```\n\nNavigate to [localhost:5000](http://localhost:5000). You should see your app running. Edit a component file in `src`, save it, and reload the page to see your changes.\n\nBy default, the server will only respond to requests from localhost. To allow connections from other computers, edit the `sirv` commands in package.json to include the option `--host 0.0.0.0`.\n\nIf you're using [Visual Studio Code](https://code.visualstudio.com/) we recommend installing the official extension [Svelte for VS Code](https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscode). If you are using other editors you may need to install a plugin in order to get syntax highlighting and intellisense.\n\n## Building and running in production mode\n\nTo create an optimised version of the app:\n\n```bash\nnpm run build\n```\n\nYou can run the newly built app with `npm run start`. This uses [sirv](https://github.com/lukeed/sirv), which is included in your package.json's `dependencies` so that the app will work when you deploy to platforms like [Heroku](https://heroku.com).\n\n\n## Single-page app mode\n\nBy default, sirv will only respond to requests that match files in `public`. This is to maximise compatibility with static fileservers, allowing you to deploy your app anywhere.\n\nIf you're building a single-page app (SPA) with multiple routes, sirv needs to be able to respond to requests for *any* path. You can make it so by editing the `\"start\"` command in package.json:\n\n```js\n\"start\": \"sirv public --single\"\n```\n\n## Using TypeScript\n\nThis template comes with a script to set up a TypeScript development environment, you can run it immediately after cloning the template with:\n\n```bash\nnode scripts/setupTypeScript.js\n```\n\nOr remove the script via:\n\n```bash\nrm scripts/setupTypeScript.js\n```\n\n## Deploying to the web\n\n### With [Vercel](https://vercel.com)\n\nInstall `vercel` if you haven't already:\n\n```bash\nnpm install -g vercel\n```\n\nThen, from within your project folder:\n\n```bash\ncd public\nvercel deploy --name my-project\n```\n\n### With [surge](https://surge.sh/)\n\nInstall `surge` if you haven't already:\n\n```bash\nnpm install -g surge\n```\n\nThen, from within your project folder:\n\n```bash\nnpm run build\nsurge public my-project.surge.sh\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkvssankar%2Fsvelte-linkinbio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkvssankar%2Fsvelte-linkinbio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkvssankar%2Fsvelte-linkinbio/lists"}