{"id":37709149,"url":"https://github.com/epreston/template-web-playcanvas","last_synced_at":"2026-01-16T13:14:36.304Z","repository":{"id":190570740,"uuid":"682920623","full_name":"epreston/template-web-playcanvas","owner":"epreston","description":"Repo template leveraging the PlayCanvas ecosystem.","archived":false,"fork":false,"pushed_at":"2026-01-14T21:47:48.000Z","size":1397,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-15T00:41:19.032Z","etag":null,"topics":["playcanvas","template","vite","web"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/epreston.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","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},"funding":{"github":["epreston"]}},"created_at":"2023-08-25T07:09:42.000Z","updated_at":"2026-01-14T21:46:46.000Z","dependencies_parsed_at":"2023-08-25T09:29:24.317Z","dependency_job_id":"2a5d1e3d-4faf-445f-8db0-a3de2a33352a","html_url":"https://github.com/epreston/template-web-playcanvas","commit_stats":null,"previous_names":["epreston/template-web-playcanvas"],"tags_count":7,"template":true,"template_full_name":null,"purl":"pkg:github/epreston/template-web-playcanvas","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epreston%2Ftemplate-web-playcanvas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epreston%2Ftemplate-web-playcanvas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epreston%2Ftemplate-web-playcanvas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epreston%2Ftemplate-web-playcanvas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/epreston","download_url":"https://codeload.github.com/epreston/template-web-playcanvas/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epreston%2Ftemplate-web-playcanvas/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28478969,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"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":["playcanvas","template","vite","web"],"created_at":"2026-01-16T13:14:35.587Z","updated_at":"2026-01-16T13:14:36.296Z","avatar_url":"https://github.com/epreston.png","language":"JavaScript","funding_links":["https://github.com/sponsors/epreston"],"categories":[],"sub_categories":[],"readme":"# PlayCanvas Template Web Project\n\nRepo template leveraging the PlayCanvas ecosystem.\n\n[![CI][ci-badge]][ci-url]\n\nhttps://github.com/epreston/template-web-playcanvas/assets/347224/1e36e163-660b-4eee-bd3e-2bd5d5efc59b\n\n## Quick Start\n\nInstall [Node.js](https://nodejs.org/en/download/), start a new repository using this [template](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template), create a local [clone](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository) of your new repository, and run the following console commands within your local copy:\n\n```bash\n# install dependencies\nnpm install\n\n# start a local server in development mode\nnpm run dev\n```\n\n## Scripts\n\n| Action | Command          | Description                           |\n| ------ | ---------------- | ------------------------------------- |\n| dev    | `npm run dev`    | Start live coding development server  |\n| build  | `npm run build`  | Create a production build into \"dist\" |\n| lint   | `npm run lint`   | Run static code analysis              |\n| start  | `npm run start`  | Start server and open in browser      |\n| format | `npm run format` | Format code in the PlayCanvas style   |\n\n## Libraries\n\n| Library    | Reference              |\n| ---------- | ---------------------- |\n| PlayCanvas | https://playcanvas.com |\n\n## Ecosystem\n\n| Tool          | Reference                                              |\n| ------------- | ------------------------------------------------------ |\n| Engine        | https://github.com/playcanvas/engine                   |\n| Editor        | https://github.com/playcanvas/editor                   |\n| Model Viewer  | https://github.com/playcanvas/model-viewer             |\n| UI Library    | https://github.com/playcanvas/pcui                     |\n| ESLint Config | https://github.com/playcanvas/playcanvas-eslint-config |\n\n## Tools\n\n| Tool         | Reference                |\n| ------------ | ------------------------ |\n| Node.js      | https://nodejs.org       |\n| Vite         | https://vitejs.dev       |\n| ESLint       | https://eslint.org       |\n| Prettier     | https://prettier.io      |\n| EditorConfig | https://editorconfig.org |\n\n## References\n\n| Website             | Reference                        |\n| ------------------- | -------------------------------- |\n| PlayCanvas API      | https://developer.playcanvas.com |\n| Can I Use           | https://caniuse.com              |\n| Browserslist        | https://browsersl.ist            |\n| Web Platform Status | https://webstatus.dev            |\n| WebGL2              | https://www.khronos.org/webgl/   |\n| glTF                | https://www.khronos.org/gltf/    |\n| Fundamentals        | https://webgl2fundamentals.org   |\n\n## License\n\nThis template is released under the MIT [License](LICENSE).\n\n[ci-badge]: https://github.com/epreston/template-web-playcanvas/actions/workflows/ci.yml/badge.svg\n[ci-url]: https://github.com/epreston/template-web-playcanvas/actions\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepreston%2Ftemplate-web-playcanvas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fepreston%2Ftemplate-web-playcanvas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepreston%2Ftemplate-web-playcanvas/lists"}