{"id":17561910,"url":"https://github.com/jonambas/react-delver-ui","last_synced_at":"2025-03-07T13:31:25.639Z","repository":{"id":41402055,"uuid":"508086373","full_name":"jonambas/react-delver-ui","owner":"jonambas","description":null,"archived":false,"fork":false,"pushed_at":"2024-01-20T22:49:20.000Z","size":194,"stargazers_count":0,"open_issues_count":11,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-01-20T23:33:26.061Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"react-delver-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/jonambas.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}},"created_at":"2022-06-27T23:02:47.000Z","updated_at":"2022-07-01T18:10:00.000Z","dependencies_parsed_at":"2022-07-16T14:30:48.095Z","dependency_job_id":"b5b6766b-66f3-4bab-a8fc-e2746423a1d6","html_url":"https://github.com/jonambas/react-delver-ui","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonambas%2Freact-delver-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonambas%2Freact-delver-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonambas%2Freact-delver-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonambas%2Freact-delver-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonambas","download_url":"https://codeload.github.com/jonambas/react-delver-ui/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":220964786,"owners_count":16730292,"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":[],"created_at":"2024-10-21T12:09:33.215Z","updated_at":"2024-10-21T12:09:33.900Z","avatar_url":"https://github.com/jonambas.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-delver-ui\n\nA standalone UI built for [react-delver](https://github.com/jonambas/react-delver) that can installed and deployed with your React code.\n\nDemo: https://react-delver-ui.vercel.app/\n\n---\n\nUsage\n```bash\nnpm i react-delver-ui --save-dev\n```\n\nCreate a `delver.config.js` config file in the root directory of your project.\n```js\n/**\n * @type {import('react-delver-ui').Config}\n */\nexport default {\n  include: [\n      '**/*.{jsx,tsx,js,ts}',\n      '!**/*.stories.{jsx,tsx,js,ts}',\n      '!**/node_modules',\n      '!**/dist'\n    ],\n  port: 8080,\n  outputPath: 'dist/delver-ui',\n  title: 'My App'\n};\n```\n\nAdd the following scripts to `package.json`\n```json\n\"scripts\": {\n  \"start:delver\": \"delver start\",\n  \"build:delver\": \"delver build\"\n},\n```\nRun the app!\n```bash\nnpm run start:delver\n```\n\n---\n\n## `delver.config.js` Options\n\nThis config object extends the `react-delver` config options. See [https://github.com/jonambas/react-delver#node-api](https://github.com/jonambas/react-delver#node-api) for a full list of JSX parsing options.\n\n#### `port`\n\n#### `outputPath`\n\n#### `title`\n\n#### `openBrowser`\n\n#### `base`\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonambas%2Freact-delver-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonambas%2Freact-delver-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonambas%2Freact-delver-ui/lists"}