{"id":16650900,"url":"https://github.com/petercollingridge/remix-puzzle","last_synced_at":"2026-04-21T17:40:53.569Z","repository":{"id":236532832,"uuid":"792794238","full_name":"petercollingridge/remix-puzzle","owner":"petercollingridge","description":"Maths puzzles with no words or symbols, written in remix","archived":false,"fork":false,"pushed_at":"2024-07-01T21:22:49.000Z","size":118,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-19T07:43:11.040Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/petercollingridge.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-04-27T15:46:00.000Z","updated_at":"2024-07-01T21:22:52.000Z","dependencies_parsed_at":"2024-11-18T05:24:35.994Z","dependency_job_id":"b2467a81-c84c-4a26-9bba-15939dff57cf","html_url":"https://github.com/petercollingridge/remix-puzzle","commit_stats":null,"previous_names":["petercollingridge/remix-puzzle"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petercollingridge%2Fremix-puzzle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petercollingridge%2Fremix-puzzle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petercollingridge%2Fremix-puzzle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petercollingridge%2Fremix-puzzle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/petercollingridge","download_url":"https://codeload.github.com/petercollingridge/remix-puzzle/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243236136,"owners_count":20258796,"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":[],"created_at":"2024-10-12T09:22:54.100Z","updated_at":"2026-04-21T17:40:48.542Z","avatar_url":"https://github.com/petercollingridge.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Introduction\n\n[View puzzles](https://petercollingridge.github.io/remix-puzzle/)\n\n# templates/spa\n\nThis template leverages [Remix SPA Mode](https://remix.run/docs/en/main/guides/spa-mode) and the [Remix Vite Plugin](https://remix.run/docs/en/main/guides/vite) to build your app as a Single-Page Application using [Client Data](https://remix.run/docs/en/main/guides/client-data) for all of your data loads and mutations.\n\n## Setup\n\n```shellscript\nnpx create-remix@latest --template remix-run/remix/templates/spa\n```\n\n## Development\n\nYou can develop your SPA app just like you would a normal Remix app, via:\n\n```shellscript\nnpm run dev\n```\n\n## Production\n\nWhen you are ready to build a production version of your app, `npm run build` will generate your assets and an `index.html` for the SPA.\n\n```shellscript\nnpm run build\n```\n\n### Preview\n\nYou can preview the build locally with [vite preview](https://vitejs.dev/guide/cli#vite-preview) to serve all routes via the single `index.html` file:\n\n```shellscript\nnpm run preview\n```\n\n\u003e [!IMPORTANT]\n\u003e\n\u003e `vite preview` is not designed for use as a production server\n\n### Deployment\n\nYou can then serve your app from any HTTP server of your choosing. The server should be configured to serve multiple paths from a single root `/index.html` file (commonly called \"SPA fallback\"). Other steps may be required if the server doesn't directly support this functionality.\n\nFor a simple example, you could use [sirv-cli](https://www.npmjs.com/package/sirv-cli):\n\n```shellscript\nnpx sirv-cli build/client/ --single\n```\n\nDeploying on Github pages by following [this YouTube video](https://www.youtube.com/watch?v=EO_-KwSslWQ).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpetercollingridge%2Fremix-puzzle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpetercollingridge%2Fremix-puzzle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpetercollingridge%2Fremix-puzzle/lists"}