{"id":20717604,"url":"https://github.com/hashim21223445/solid-andoka","last_synced_at":"2025-10-16T02:23:40.502Z","repository":{"id":272989695,"uuid":"761958622","full_name":"hashim21223445/solid-andoka","owner":"hashim21223445","description":"README.mdConfig files for my GitHub profile.","archived":false,"fork":false,"pushed_at":"2024-12-29T18:32:57.000Z","size":228,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-17T22:13:41.889Z","etag":null,"topics":["html","java","object-detection","object-detection-api","object-detection-pipelines","operating-system","operating-system-concepts","operating-system-docs","operating-system-documentation","operating-systems-learning","operating-systems-tutorials","optimization","optimization-algorithms","optimization-and-control","optimization-methods","optimization-problem","optimization-problems","optimization-tools","python"],"latest_commit_sha":null,"homepage":"https://hashim21223445.github.io/solid-andoka/","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/hashim21223445.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":"2024-02-22T20:07:49.000Z","updated_at":"2024-12-31T08:13:22.000Z","dependencies_parsed_at":"2025-01-17T22:14:02.775Z","dependency_job_id":"86981532-b33a-4d15-ad9a-be4df6be74a0","html_url":"https://github.com/hashim21223445/solid-andoka","commit_stats":null,"previous_names":["hashim21223445/solid-andoka"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashim21223445%2Fsolid-andoka","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashim21223445%2Fsolid-andoka/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashim21223445%2Fsolid-andoka/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashim21223445%2Fsolid-andoka/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hashim21223445","download_url":"https://codeload.github.com/hashim21223445/solid-andoka/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242990120,"owners_count":20217924,"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":["html","java","object-detection","object-detection-api","object-detection-pipelines","operating-system","operating-system-concepts","operating-system-docs","operating-system-documentation","operating-systems-learning","operating-systems-tutorials","optimization","optimization-algorithms","optimization-and-control","optimization-methods","optimization-problem","optimization-problems","optimization-tools","python"],"created_at":"2024-11-17T03:09:23.566Z","updated_at":"2025-10-16T02:23:40.491Z","avatar_url":"https://github.com/hashim21223445.png","language":"TypeScript","readme":"# SolidStart\n\n![Netlify + Solid](https://user-images.githubusercontent.com/43764894/223558736-6cf48156-2316-419d-8be9-e318ecf0e4be.png)\n\n\n\nA Solid Quickstart template that will get you started with everything you need to build a Solid project, powered by [`solid-start`](https://github.com/ryansolid/solid-start/tree/master/packages/solid-start);\n\nClick the below button to quickly create a new repo, create a new Netlify project, and deploy!\n\n[![Deploy to Netlify Button](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/netlify-templates/solid-quickstart?utm_campaign=template-team\u0026utm_source=dtn-button\u0026utm_medium=dtn-button\u0026utm_term=solid-qt-dtn-button\u0026utm_content=solid-qt-dtn-button)\n\n## Table of Contents\n- [Project Structure](#project-structure)\n- [Getting Started](#getting-started)\n- [Building](#building)\n- [Deploying using the Netlify CLI](#deploying-using-the-netlify-cli)\n\n## Project Structure\n\nInside of your Solidjs project, you'll see the following folders and files:\n\n```\n/\n├── public/\n│   └── favicon.ico\n├── src/\n│   ├── components/\n│   │   └── Counter.css\n│   │   └── Counter.tsx\n│   └── routes/\n│       └── [...404].tsx\n│       └── index.tsx\n├── entry-client.tsx\n├── entry-server.tsx\n├── root.css\n├── root.tsx\n├── package.json\n└── vite.config.json\n```\n\n## Getting Started\n\nIf you want to get started locally, you can clone the project, install the dependencies and run the dev command!\n\n```\ngit clone https://github.com/netlify-templates/solid-quickstart.git\ncd solid-quickstart\nnpm install\nnpm run dev\n# or start the server and open the app in a new browser tab\nnpm run dev -- --open\n```\n\n## Building\n\nSolid apps are built with _adapters_, which optimise your project for deployment to different environments.\n\nBy default, `npm run build` will generate a Node app that you can run with `npm start`. To use a different adapter, add it to the `devDependencies` in `package.json` and specify in your `vite.config.js`.\n\n## Deploying using the Netlify CLI\n- Install the Netlify CLI globally `npm install netlify-cli -g`\n    \n- Run `npm run build`\n\n- Then use the `netlify deploy` for a deploy preview link or `netlify deploy --prod` to deploy to production\n\nHere are a few other ways you can deploy this template:\n    \n- Use the Netlify CLI's create from template command `netlify sites:create-template solid-quickstart` which will create a repo, Netlify project, and deploy it\n    \n- If you want to utilize continuous deployment through GitHub webhooks, run the Netlify command `netlify init` to create a new project based on your repo or `netlify link` to connect your repo to an existing project\n\nHope this template helps :) Happy coding 👩🏻‍💻!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhashim21223445%2Fsolid-andoka","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhashim21223445%2Fsolid-andoka","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhashim21223445%2Fsolid-andoka/lists"}