{"id":18450024,"url":"https://github.com/networked-aframe/naf-nametag-solidjs","last_synced_at":"2026-02-14T12:36:34.939Z","repository":{"id":207575937,"uuid":"719534292","full_name":"networked-aframe/naf-nametag-solidjs","owner":"networked-aframe","description":"NAF nametag example with a UI to enter the room written with SolidJS and Tailwind CSS","archived":false,"fork":false,"pushed_at":"2025-06-14T12:55:00.000Z","size":134,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-10-31T07:37:43.792Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://naf-nametag-solidjs.glitch.me","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/networked-aframe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"vincentfretin","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"thanks_dev":null,"custom":null}},"created_at":"2023-11-16T11:25:23.000Z","updated_at":"2025-06-14T12:55:04.000Z","dependencies_parsed_at":"2025-01-06T17:46:08.001Z","dependency_job_id":"57bf817f-4e75-48b3-8e13-e0a39e09890d","html_url":"https://github.com/networked-aframe/naf-nametag-solidjs","commit_stats":null,"previous_names":["networked-aframe/naf-nametag-solidjs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/networked-aframe/naf-nametag-solidjs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/networked-aframe%2Fnaf-nametag-solidjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/networked-aframe%2Fnaf-nametag-solidjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/networked-aframe%2Fnaf-nametag-solidjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/networked-aframe%2Fnaf-nametag-solidjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/networked-aframe","download_url":"https://codeload.github.com/networked-aframe/naf-nametag-solidjs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/networked-aframe%2Fnaf-nametag-solidjs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29443491,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T10:51:12.367Z","status":"ssl_error","status_checked_at":"2026-02-14T10:50:52.088Z","response_time":53,"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-06T07:23:08.055Z","updated_at":"2026-02-14T12:36:34.900Z","avatar_url":"https://github.com/networked-aframe.png","language":"TypeScript","funding_links":["https://github.com/sponsors/vincentfretin"],"categories":[],"sub_categories":[],"readme":"# NAF nametag example with UI\n\nThis is the NAF nametag example but with a UI to enter the room written with [SolidJS](https://www.solidjs.com/) and [Tailwind CSS](https://tailwindcss.com/). It contains all the configurations files to develop the UI with [VS code](https://code.visualstudio.com/): webpack, tailwindcss with postcss, prettier, eslint, tsconfig for solid-js.\nIn VS code, be sure to install the following addons: Prettier - Code formatter, ESLint, Tailwind CSS IntelliSense.\n\nSee the src folder how the UI works.\n\nFor the app to run on glitch for development, we used in `package.json`:\n\n```\n\"start\": \"cross-env NODE_ENV=development node server.js\",\n```\n\nthat adds the webpack-dev-middleware with the easyrtc/express server on the same port.\nThat's the same command for `npm run dev`.\n\nFor production, you should do a build with `npm run build`\nand change back to\n\n```\n\"start\": \"node server.js\",\n```\n\nNote that webpack hot reload is not supported when running through the easyrtc\nserver with webpack-dev-middleware. It's working with `npm run dev2` that uses the\nfull webpack-dev-server but the easyrtc server won't be working.\nThat can probably be fixed by using two ports (one for easyrtc server,\none for webpack-dev-server) to develop locally, but that won't work on glitch.\n\nYou can read more on [using SolidJS with A-Frame](https://aframe.wiki/en/#!pages/solidjs.md) on the A-Frame wiki.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetworked-aframe%2Fnaf-nametag-solidjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetworked-aframe%2Fnaf-nametag-solidjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetworked-aframe%2Fnaf-nametag-solidjs/lists"}