{"id":24736607,"url":"https://github.com/morin3/solid-quickstar-.","last_synced_at":"2025-10-10T05:31:22.105Z","repository":{"id":270906575,"uuid":"774066562","full_name":"Morin3/solid-quickstar-.","owner":"Morin3","description":"📝 Minimalistic Netlify Andoka Cloud-powered static site generator","archived":false,"fork":false,"pushed_at":"2025-10-05T15:56:58.000Z","size":152,"stargazers_count":1,"open_issues_count":6,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-05T17:47:17.821Z","etag":null,"topics":["algorithms","algorithms-and-data-structures-interview-questions","algorithms-java","algorithms-python","git","github","github-actions","github-config","go","html","html-css-javascript","html-parser","java","javascript","machine-learning","python","ruby","vite","vue","vuejs"],"latest_commit_sha":null,"homepage":"https://hashim21223445.github.io/hash-toolbox/","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-03-18T22:11:54.000Z","updated_at":"2025-10-05T15:57:03.000Z","dependencies_parsed_at":"2025-01-04T00:17:30.716Z","dependency_job_id":"d70527a2-1e60-4d9b-88e8-f5c6becbe7fc","html_url":"https://github.com/Morin3/solid-quickstar-.","commit_stats":null,"previous_names":["morin3/solid-quickstar-."],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Morin3/solid-quickstar-.","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Morin3%2Fsolid-quickstar-.","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Morin3%2Fsolid-quickstar-./tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Morin3%2Fsolid-quickstar-./releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Morin3%2Fsolid-quickstar-./manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Morin3","download_url":"https://codeload.github.com/Morin3/solid-quickstar-./tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Morin3%2Fsolid-quickstar-./sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002866,"owners_count":26083468,"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-10T02:00:06.843Z","response_time":62,"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":["algorithms","algorithms-and-data-structures-interview-questions","algorithms-java","algorithms-python","git","github","github-actions","github-config","go","html","html-css-javascript","html-parser","java","javascript","machine-learning","python","ruby","vite","vue","vuejs"],"created_at":"2025-01-27T21:26:28.921Z","updated_at":"2025-10-10T05:31:21.805Z","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-quickstar-.","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmorin3%2Fsolid-quickstar-.","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorin3%2Fsolid-quickstar-./lists"}