{"id":18429327,"url":"https://github.com/gal16v8d/dw1-ui","last_synced_at":"2026-04-06T08:01:38.384Z","repository":{"id":157623172,"uuid":"589428593","full_name":"gal16v8d/dw1-ui","owner":"gal16v8d","description":"UI Wiki for Digimon World 1 PS1 videogame","archived":false,"fork":false,"pushed_at":"2025-12-04T03:29:27.000Z","size":4697,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T19:04:24.883Z","etag":null,"topics":["bulma","msw","primereact","react","react-hotkeys","react-i18next","react-query","typescript","vite","zustand"],"latest_commit_sha":null,"homepage":"https://dw1-ui.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gal16v8d.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2023-01-16T04:45:51.000Z","updated_at":"2025-12-04T03:29:31.000Z","dependencies_parsed_at":"2024-03-20T01:42:54.120Z","dependency_job_id":"060c4c03-d0fe-4536-bc02-2dd974ed48cc","html_url":"https://github.com/gal16v8d/dw1-ui","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gal16v8d/dw1-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gal16v8d%2Fdw1-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gal16v8d%2Fdw1-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gal16v8d%2Fdw1-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gal16v8d%2Fdw1-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gal16v8d","download_url":"https://codeload.github.com/gal16v8d/dw1-ui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gal16v8d%2Fdw1-ui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31464102,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"online","status_checked_at":"2026-04-06T02:00:07.287Z","response_time":112,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bulma","msw","primereact","react","react-hotkeys","react-i18next","react-query","typescript","vite","zustand"],"created_at":"2024-11-06T05:16:39.097Z","updated_at":"2026-04-06T08:01:38.378Z","avatar_url":"https://github.com/gal16v8d.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DW1-UI\n\nThis project was bootstrapped with [Vite](https://vitejs.dev/).\nBasically, its a really basic UI wiki view for all the data related to Digimon World 1 (1999) PS1 game.\nThis is still an exploratory WIP (I am feeding the database), so it may get some data updates soon.\nThis UI consumes a service that currently is available at [Railway](https://railway.app/) (see [DW1-Service](https://github.com/gal16v8d/dw1-svc)) and then stores the data in cache, I am not keeping live the backend due some costs after starter plan is fully consumed, but it can live through a flag that enable mocking using [MSW](https://mswjs.io/). It should be up, but if is not the case, feel free to ping.\n\n## Available Scripts\n\n### setup\n\nNOTE: as ignore-scripts flag was added might need to run npx husky to install pre-commit hook\n\nIn the project directory, you can run:\n\n### `npm run dev`\n\nRuns the app in the development mode.\\\nOpen [http://localhost:5175](http://localhost:5175) to view it in the browser.\n\nThe page will reload if you make edits.\\\nYou will also see any lint errors in the console.\n\n### `npm test`\n\nLaunches the test runner in the interactive watch mode.\\\nSee the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.\n\n### `npm run build`\n\nBuilds the app for production to the `build` folder.\\\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\n### Docker\n\nTo build the docker image, inside project dir:\n\n```bash\ndocker build -t gsdd-dw1-ui .\n```\n\nThen run using something like:\n\n```bash\ndocker run -p 5175:5175 -e VITE_API_URL=http://api.example.com -e VITE_APP_VERSION=0.0.1 -e VITE_ENABLE_CRUD=false -e VITE_ENABLE_MOCKS=true gsdd-dw1-ui\n```\n\n## List of cool technologies in use here\n\n- [Bulma](https://bulma.io/)\n- [Husky](https://typicode.github.io/husky/#/)\n- [Msw](https://mswjs.io/)\n- [Primereact](https://primereact.org/)\n- [React](https://reactjs.org/)\n- [React-Hotkeys](https://react-hotkeys-hook.vercel.app/)\n- [React-i18next](https://react.i18next.com/)\n- [React-Query](https://tanstack.com/query/v4/docs/react/adapters/react-query)\n- [Vite](https://vitejs.dev/)\n- [Zustand](https://docs.pmnd.rs/zustand/recipes/recipes)\n\n## License\n\n[MIT licensed](LICENSE).\n\n## Stay in touch\n\n- Author - [gal16v8d](https://github.com/gal16v8d)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgal16v8d%2Fdw1-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgal16v8d%2Fdw1-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgal16v8d%2Fdw1-ui/lists"}