{"id":19380736,"url":"https://github.com/aframevr/aframe-boilerplate","last_synced_at":"2026-01-28T16:02:26.554Z","repository":{"id":2999863,"uuid":"47225027","full_name":"aframevr/aframe-boilerplate","owner":"aframevr","description":"[DISCONTINUED] Hello, WebVR starter kit for A-Frame.","archived":false,"fork":false,"pushed_at":"2022-09-14T05:20:53.000Z","size":5440,"stargazers_count":451,"open_issues_count":18,"forks_count":951,"subscribers_count":33,"default_branch":"master","last_synced_at":"2025-02-24T16:52:44.202Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://glitch.com/~aframe","language":"HTML","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/aframevr.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":null,"security":null,"support":null}},"created_at":"2015-12-01T23:56:21.000Z","updated_at":"2025-02-20T09:51:34.000Z","dependencies_parsed_at":"2022-09-26T19:34:16.023Z","dependency_job_id":null,"html_url":"https://github.com/aframevr/aframe-boilerplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aframevr/aframe-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aframevr%2Faframe-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aframevr%2Faframe-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aframevr%2Faframe-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aframevr%2Faframe-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aframevr","download_url":"https://codeload.github.com/aframevr/aframe-boilerplate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aframevr%2Faframe-boilerplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28846763,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T15:15:36.453Z","status":"ssl_error","status_checked_at":"2026-01-28T15:15:13.020Z","response_time":57,"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":[],"created_at":"2024-11-10T09:14:40.483Z","updated_at":"2026-01-28T16:02:21.546Z","avatar_url":"https://github.com/aframevr.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A-Frame Boilerplate\n\nBoilerplate for creating WebVR scenes with [A-Frame](https://aframe.io).\n\nAlternatively, check out the [A-Frame Starter on\nglitch.com](https://glitch.com/~aframe) for a more interactive way on getting\nstarted.\n\n## Getting Started\n\nThere are two easy options for obtaining this A-Frame scene. It's then up to you to make it your own!\n\n### \u003csup\u003eOption 1:\u003c/sup\u003e Download the ZIP kit 📦\n\n[\u003cimg src=\"http://i.imgur.com/UVPZoM0.png\" width=\"200\"\u003e](https://github.com/aframevr/aframe-boilerplate/archive/master.zip)\n\nAfter you have __[downloaded and extracted this `.zip` file](https://github.com/aframevr/aframe-boilerplate/archive/master.zip)__ containing the contents of this repo, open the resulting directory, and you'll be have your scene ready in these few steps:\n\n    npm install \u0026\u0026 npm start\n    open http://localhost:3000/\n\n\u003chr\u003e\n\n### \u003csmall\u003e\u003csup\u003eOption 2:\u003c/sup\u003e Fork this Git repo 🍴🐙\n\nAlternatively, you can __[fork this repo](https://github.com/aframevr/aframe-boilerplate/fork)__ to get started, if you'd like to maintain a Git workflow.\n\nAfter you have __[forked this repo](https://github.com/aframevr/aframe-boilerplate/fork)__, clone a copy of your fork locally and you'll be have your scene ready in these few steps:\n\n    git clone https://github.com/aframevr/aframe-boilerplate.git\n    cd aframe-boilerplate \u0026\u0026 rm -rf .git \u0026\u0026 npm install \u0026\u0026 npm start\n    open http://localhost:3000/\n\n\u003e :iphone: **Mobile pro tip:** Upon starting the development server, the URL will be logged to the console. Load that URL from a browser on your mobile device. (If your mobile phone and computer are not on the same LAN, consider using [ngrok](https://ngrok.com/) for local development and testing. [Browsersync](https://www.browsersync.io/) is also worth a gander.)\n\n\u003chr\u003e\n\n### \u003csmall\u003e\u003csup\u003eOption 3:\u003c/sup\u003e Fork this CodePen example 🍴💾✒️\n\nOr, you can simply __[fork this CodePen example](http://codepen.io/team/mozvr/pen/BjygdO?editors=100)__ to dive right in. Enjoy!\n\n\n## Publishing your scene\n\nIf you don't already know, GitHub offers free and awesome publishing of static sites through __[GitHub Pages](https://pages.github.com/)__.\n\nTo publish your scene to your personal GitHub Pages:\n\n    npm run deploy\n\nAnd, it'll now be live at __http://`your_username`.github.io/__ :)\n\n\u003chr\u003e\n\nTo know which GitHub repo to deploy to, the `deploy` script first looks at the optional [`repository` key](https://docs.npmjs.com/files/package.json#repository) in the [`package.json` file](package.json) (see [npm docs](https://docs.npmjs.com/files/package.json#repository) for sample usage). If the `repository` key is missing, the script falls back to using the local git repo's remote origin URL (you can run the local command `git remote -v` to see all your remotes; also, you may refer to the [GitHub docs](https://help.github.com/articles/about-remote-repositories/) for more information).\n\n\u003chr\u003e\n\n## Still need Help?\n\n### Installation\n\nFirst make sure you have Node installed.\n\nOn Mac OS X, it's recommended to use [Homebrew](http://brew.sh/) to install Node + [npm](https://www.npmjs.com):\n\n    brew install node\n\nTo install the Node dependencies:\n\n    npm install\n\n\n### Local Development\n\nTo serve the site from a simple Node development server:\n\n    npm start\n\nThen launch the site from your favourite browser:\n\n[__http://localhost:3000/__](http://localhost:3000/)\n\nIf you wish to serve the site from a different port:\n\n    PORT=8000 npm start\n\n\n## License\n\nThis program is free software and is distributed under an [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faframevr%2Faframe-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faframevr%2Faframe-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faframevr%2Faframe-boilerplate/lists"}