{"id":21878847,"url":"https://github.com/remarkablegames/littlejs-template","last_synced_at":"2026-04-10T13:31:46.139Z","repository":{"id":263326816,"uuid":"890027497","full_name":"remarkablegames/littlejs-template","owner":"remarkablegames","description":"🚋 LittleJS game template","archived":false,"fork":false,"pushed_at":"2026-04-08T15:28:03.000Z","size":841,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-08T17:26:40.847Z","etag":null,"topics":["engine","game","game-engine","javascript","littlejs","template","typescript","web"],"latest_commit_sha":null,"homepage":"http://remarkablegames.org/littlejs-template/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/remarkablegames.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","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-11-17T20:35:52.000Z","updated_at":"2026-04-08T15:27:11.000Z","dependencies_parsed_at":"2024-11-17T22:17:30.997Z","dependency_job_id":"fe734f1b-3fb2-4426-89f4-b1041d3b7813","html_url":"https://github.com/remarkablegames/littlejs-template","commit_stats":null,"previous_names":["remarkablegames/littlejs-template"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/remarkablegames/littlejs-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablegames%2Flittlejs-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablegames%2Flittlejs-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablegames%2Flittlejs-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablegames%2Flittlejs-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/remarkablegames","download_url":"https://codeload.github.com/remarkablegames/littlejs-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablegames%2Flittlejs-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31645255,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T07:40:12.752Z","status":"ssl_error","status_checked_at":"2026-04-10T07:40:11.664Z","response_time":98,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["engine","game","game-engine","javascript","littlejs","template","typescript","web"],"created_at":"2024-11-28T08:13:55.411Z","updated_at":"2026-04-10T13:31:46.129Z","avatar_url":"https://github.com/remarkablegames.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"public/logo192.png\" alt=\"LittleJS Template\"\u003e\n\u003c/p\u003e\n\n# LittleJS Template\n\n[![release](https://img.shields.io/github/v/release/remarkablegames/littlejs-template)](https://github.com/remarkablegames/littlejs-template/releases)\n[![build](https://github.com/remarkablegames/littlejs-template/actions/workflows/build.yml/badge.svg)](https://github.com/remarkablegames/littlejs-template/actions/workflows/build.yml)\n\n\u003ckbd\u003elittlejs-template\u003c/kbd\u003e is a template for making [LittleJS](https://github.com/KilledByAPixel/LittleJS) games.\n\nPlay the game on:\n\n- [remarkablegames](https://remarkablegames.org/littlejs-template/)\n\n## Prerequisites\n\n[nvm](https://github.com/nvm-sh/nvm#installing-and-updating):\n\n```sh\nbrew install nvm\n```\n\n## Install\n\nClone the repository:\n\n```sh\ngit clone https://github.com/remarkablegames/littlejs-template.git\ncd littlejs-template\n```\n\nInstall the dependencies:\n\n```sh\nnpm install\n```\n\nRename the project:\n\n```sh\ngit grep -l littlejs-template | xargs sed -i '' -e 's/littlejs-template/my-game/g'\ngit grep -l 'LittleJS Template' | xargs sed -i '' -e 's/LittleJS Template/My Game/g'\n```\n\nUpdate the files:\n\n- [ ] `README.md`\n- [ ] `package.json`\n- [ ] `index.html`\n- [ ] `public/manifest.json`\n- [ ] `src/index.ts`\n\nInitialize a new repository:\n\n```sh\nrm -rf .git\ngit init\n```\n\nMake your first commit:\n\n```sh\ngit add .\ngit commit -m 'feat: initialize project from littlejs-template'\n```\n\n\u003e [!NOTE]\n\u003e Commit messages follow [Conventional Commits](https://conventionalcommits.org/), which helps with release.\n\nOnce you're ready, [push the local repository to GitHub](https://help.github.com/articles/adding-an-existing-project-to-github-using-the-command-line/) (or another remote repository):\n\n```sh\ngit remote add origin \u003cremote-repository-url\u003e\ngit push origin -u origin master\n```\n\n## Environment Variables\n\nSet the environment variables:\n\n```sh\nless .env\n```\n\nUpdate the **Secrets** in the repository **Settings**.\n\n## Available Scripts\n\nIn the project directory, you can run:\n\n### `npm start`\n\nRuns the game in the development mode.\n\nOpen [http://localhost:5173](http://localhost:5173) to view it in the browser.\n\nThe page will reload if you make edits.\n\nYou will also see any errors in the console.\n\n### `npm run build`\n\nBuilds the game for production to the `dist` folder.\n\nIt correctly bundles in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\n\nYour game is ready to be deployed!\n\n### `npm run bundle`\n\nBuilds the game and packages it into a Zip file in the `dist` folder.\n\nYour game can be uploaded to your server, [Itch.io](https://itch.io/), [Newgrounds](https://www.newgrounds.com/), etc.\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremarkablegames%2Flittlejs-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremarkablegames%2Flittlejs-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremarkablegames%2Flittlejs-template/lists"}