{"id":23499704,"url":"https://github.com/editvr/editvr-frontend","last_synced_at":"2025-04-15T17:36:56.930Z","repository":{"id":42107866,"uuid":"133734698","full_name":"EditVR/editvr-frontend","owner":"EditVR","description":"Editorial frontend, driven by EditVR's API.","archived":false,"fork":false,"pushed_at":"2023-01-25T23:56:42.000Z","size":8581,"stargazers_count":7,"open_issues_count":22,"forks_count":1,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2024-05-27T12:15:04.141Z","etag":null,"topics":["aframe","react","vr","webvr"],"latest_commit_sha":null,"homepage":"https://editvr.io","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EditVR.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-16T23:47:26.000Z","updated_at":"2024-05-27T12:15:04.142Z","dependencies_parsed_at":"2023-02-14T12:31:47.327Z","dependency_job_id":null,"html_url":"https://github.com/EditVR/editvr-frontend","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EditVR%2Feditvr-frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EditVR%2Feditvr-frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EditVR%2Feditvr-frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EditVR%2Feditvr-frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EditVR","download_url":"https://codeload.github.com/EditVR/editvr-frontend/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231183774,"owners_count":18340411,"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":["aframe","react","vr","webvr"],"created_at":"2024-12-25T06:19:38.601Z","updated_at":"2024-12-25T06:19:39.605Z","avatar_url":"https://github.com/EditVR.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\n  This file was generated by emdaer\n\n  Its template can be found at .emdaer/README.emdaer.md\n--\u003e\n\n\u003c!--\n  emdaerHash:97b34ca062500f386a0dd37305eaf80c\n--\u003e\n\n\u003ch1 id=\"editvr-frontend\"\u003eeditvr-frontend\u003c/h1\u003e\n\u003cp\u003e\u003ca href=\"https://circleci.com/gh/EditVR/editvr-frontend\"\u003e\u003cimg src=\"https://img.shields.io/circleci/project/github/EditVR/editvr-frontend.svg?style=flat-square\" alt=\"CircleCI\"\u003e\u003c/a\u003e \u003ca href=\"https://github.com/emdaer/emdaer\"\u003e\u003cimg src=\"https://img.shields.io/badge/📓-documented%20with%20emdaer-F06632.svg?style=flat-square\" alt=\"Documented with emdaer\"\u003e\u003c/a\u003e \u003ca href=\"http://commitizen.github.io/cz-cli/\"\u003e\u003cimg src=\"https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square\" alt=\"Commitizen friendly\"\u003e\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eEditorial frontend, driven by EditVR’s API.\u003c/p\u003e\n\u003ch2 id=\"requirements\"\u003eRequirements\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eNode.js (See \u003ccode\u003epackage.json:engines\u003c/code\u003e for correct version).\u003c/li\u003e\n\u003cli\u003eYarn\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2 id=\"setup\"\u003eSetup\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eClone this repository.\u003c/li\u003e\n\u003cli\u003eIn this repository’s root folder, run: \u003ccode\u003eyarn\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003eTo start the dev server, run: \u003ccode\u003eyarn start\u003c/code\u003e.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2 id=\"configuration\"\u003eConfiguration\u003c/h2\u003e\n\u003cp\u003eIn the \u003ccode\u003e./src/config\u003c/code\u003e folder, you will see \u003ccode\u003eproduction.json\u003c/code\u003e and \u003ccode\u003edevelopment.json\u003c/code\u003e files. These contain configuration for editvr-frontend, feel free to adjust as needed.\u003c/p\u003e\n\u003ch2 id=\"testing\"\u003eTesting\u003c/h2\u003e\n\u003cp\u003eThis project makes use of Jest and Enzyme. Test files should be located in the same directory as the component the test file is testing, or in the \u003ccode\u003e__test__\u003c/code\u003e directory.\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eTo watch files and run tests: \u003ccode\u003eyarn test\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003eTo see test coverage reports: \u003ccode\u003eyarn coverage\u003c/code\u003e.\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eFor more information about tests on this project, please read this documentation:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://facebook.github.io/jest/\"\u003eJest Documentation\u003c/a\u003e.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/airbnb/enzyme\"\u003eEnzyme Documentation\u003c/a\u003e.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3 id=\"for-osx-users\"\u003eFor OSX users\u003c/h3\u003e\n\u003cp\u003eYou may need to install \u003ca href=\"https://facebook.github.io/watchman/\"\u003eWatchman\u003c/a\u003e to support create-react-app’s testing utilities. If you end up seeing \u003ccode\u003eEMFILE: too many open files\u003c/code\u003e errors, run: \u003ccode\u003ebrew update ; brew install watchman\u003c/code\u003e.\u003c/p\u003e\n\u003ch2 id=\"deployment\"\u003eDeployment\u003c/h2\u003e\n\u003cp\u003eThis project is automatically deployed when changes are merged from the \u003ccode\u003edevelop\u003c/code\u003e branch into the \u003ccode\u003emaster\u003c/code\u003e branch.\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eTo generate a production build: \u003ccode\u003eyarn build\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003eTo deploy EditVR: \u003ccode\u003eyarn deploy\u003c/code\u003e.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2 id=\"contributing\"\u003eContributing\u003c/h2\u003e\n\u003cp\u003eThe process around contributing to this codebase and the workflow by which code changes are proposed and accepted into this project are documented \u003ca href=\"./.github/CONTRIBUTING.md\"\u003ehere\u003c/a\u003e.\u003c/p\u003e\n\u003ch2 id=\"contributors\"\u003eContributors\u003c/h2\u003e\n\u003cp\u003eEditVR is brought to you with love by Four Kitchens.\u003c/p\u003e\n\u003cdetails\u003e\n\u003csummary\u003e\u003cstrong\u003eContributors\u003c/strong\u003e\u003c/summary\u003e\u003cbr\u003e\n\u003ca title=\"I write software using a variety of languages (JavaScript/Typescript, PHP, Python, etc)\" href=\"https://github.com/patrickocoffeyo\"\u003e\n  \u003cimg align=\"left\" src=\"https://avatars0.githubusercontent.com/u/1107871?s=24\"\u003e\n\u003c/a\u003e\n\u003cstrong\u003ePatrick Coffey\u003c/strong\u003e\n\u003cbr\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/americkson\"\u003e\n  \u003cimg align=\"left\" src=\"https://avatars0.githubusercontent.com/u/545638?s=24\"\u003e\n\u003c/a\u003e\n\u003cstrong\u003eAdam Erickson\u003c/strong\u003e\n\u003cbr\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/techninja\"\u003e\n  \u003cimg align=\"left\" src=\"https://avatars0.githubusercontent.com/u/320747?s=24\"\u003e\n\u003c/a\u003e\n\u003cstrong\u003eJames Todd\u003c/strong\u003e\n\u003cbr\u003e\u003cbr\u003e\n\u003ca title=\"I make digital experiences as approachable, understandable,\n\u0026 delightful as the real world.\" href=\"https://github.com/amazingrando\"\u003e\n  \u003cimg align=\"left\" src=\"https://avatars0.githubusercontent.com/u/409903?s=24\"\u003e\n\u003c/a\u003e\n\u003cstrong\u003eRandy Oest\u003c/strong\u003e\n\u003cbr\u003e\u003cbr\u003e\n\u003ca title=\"Just pixels on your screen\" href=\"https://github.com/infiniteluke\"\u003e\n  \u003cimg align=\"left\" src=\"https://avatars0.githubusercontent.com/u/1127238?s=24\"\u003e\n\u003c/a\u003e\n\u003cstrong\u003eLuke Herrington\u003c/strong\u003e\n\u003cbr\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/JeffTomlinson\"\u003e\n  \u003cimg align=\"left\" src=\"https://avatars0.githubusercontent.com/u/2602202?s=24\"\u003e\n\u003c/a\u003e\n\u003cstrong\u003eJeff Tomlinson\u003c/strong\u003e\n\u003cbr\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/mirzu\"\u003e\n  \u003cimg align=\"left\" src=\"https://avatars0.githubusercontent.com/u/251658?s=24\"\u003e\n\u003c/a\u003e\n\u003cstrong\u003eMike Minecki\u003c/strong\u003e\n\u003cbr\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/generalredneck\"\u003e\n  \u003cimg align=\"left\" src=\"https://avatars0.githubusercontent.com/u/526491?s=24\"\u003e\n\u003c/a\u003e\n\u003cstrong\u003eAllan Chappell\u003c/strong\u003e\n\u003cbr\u003e\u003cbr\u003e\n\u003c/details\u003e\n\n\u003ch2 id=\"license\"\u003eLicense\u003c/h2\u003e\n\u003cp\u003eeditvr-frontend is \u003ca href=\"./LICENSE\"\u003eGPL-3.0 licensed\u003c/a\u003e.\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feditvr%2Feditvr-frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feditvr%2Feditvr-frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feditvr%2Feditvr-frontend/lists"}