{"id":24327597,"url":"https://github.com/morin3/solid-quickstart-andoka-now-22","last_synced_at":"2026-04-09T06:44:21.274Z","repository":{"id":272258061,"uuid":"777419977","full_name":"Morin3/solid-quickstart-Andoka-now-22","owner":"Morin3","description":"# Andoka-2 H.5 Andoka now TV ","archived":false,"fork":false,"pushed_at":"2025-01-21T21:13:00.000Z","size":1615,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-05-10T22:32:17.140Z","etag":null,"topics":["algorithms","blog","firebase","firebase-auth","git","github","github-actions","github-config","google-cloud","google-cloud-platform","html","java","kotlin","object-detection","object-detection-tutorial","python","qrcode-generator","quantum-computing","spring-boot","video"],"latest_commit_sha":null,"homepage":"https://hashim21223445.github.io/solid-quickstart-Andoka-now-22/","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/Morin3.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":"2024-03-25T20:21:50.000Z","updated_at":"2025-01-24T00:02:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"0ae9a8db-24d6-42db-b265-ea361829949c","html_url":"https://github.com/Morin3/solid-quickstart-Andoka-now-22","commit_stats":null,"previous_names":["hashim21223445/solid-quickstart-andoka-now-22"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Morin3/solid-quickstart-Andoka-now-22","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Morin3%2Fsolid-quickstart-Andoka-now-22","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Morin3%2Fsolid-quickstart-Andoka-now-22/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Morin3%2Fsolid-quickstart-Andoka-now-22/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Morin3%2Fsolid-quickstart-Andoka-now-22/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Morin3","download_url":"https://codeload.github.com/Morin3/solid-quickstart-Andoka-now-22/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Morin3%2Fsolid-quickstart-Andoka-now-22/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266236832,"owners_count":23897265,"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":["algorithms","blog","firebase","firebase-auth","git","github","github-actions","github-config","google-cloud","google-cloud-platform","html","java","kotlin","object-detection","object-detection-tutorial","python","qrcode-generator","quantum-computing","spring-boot","video"],"created_at":"2025-01-17T22:13:53.459Z","updated_at":"2025-10-05T04:08:17.792Z","avatar_url":"https://github.com/Morin3.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorin3%2Fsolid-quickstart-andoka-now-22","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmorin3%2Fsolid-quickstart-andoka-now-22","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorin3%2Fsolid-quickstart-andoka-now-22/lists"}