{"id":27147511,"url":"https://github.com/odeum/odeum-code-lite","last_synced_at":"2025-07-23T07:04:40.730Z","repository":{"id":122231927,"uuid":"108140107","full_name":"odeum/odeum-code-lite","owner":"odeum","description":"An ODEUM Code scaled down getting-started quickly boilerplate","archived":false,"fork":false,"pushed_at":"2019-01-29T11:56:39.000Z","size":1086,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-04T18:54:42.989Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://odeumcode.com","language":"JavaScript","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/odeum.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":"code-of-conduct.md","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}},"created_at":"2017-10-24T14:39:17.000Z","updated_at":"2019-12-01T10:09:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"747345c3-5c3a-431f-baeb-380117505800","html_url":"https://github.com/odeum/odeum-code-lite","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/odeum/odeum-code-lite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/odeum%2Fodeum-code-lite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/odeum%2Fodeum-code-lite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/odeum%2Fodeum-code-lite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/odeum%2Fodeum-code-lite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/odeum","download_url":"https://codeload.github.com/odeum/odeum-code-lite/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/odeum%2Fodeum-code-lite/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266633184,"owners_count":23959505,"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","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":[],"created_at":"2025-04-08T11:26:22.566Z","updated_at":"2025-07-23T07:04:40.714Z","avatar_url":"https://github.com/odeum.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# odeum-code-lite\n\nA scaled down \"ODEUM Code\" getting-started quickly framework\n\n## Components:\n- AppContainer\n- Header\n- MenuPanel\n- Menu\n- Tab\n- Workspace\n- Footer\n- Logo\n\n```js\nimport { AppContainer, Header, MenuPanel, Menu, Tab, Workspace, Footer, registerHotModule } from 'odeum-app'\nimport { Button, ButtonPanel, Modal, Dropdown, Input, Checkbox, ToggleSwitch } from 'odeum-ui'\nimport { Heading, Text } from 'odeum-primitives'\n```\n\n## Added by you:\n- ODEUM UI\n- ODEUM Primitives\n- Redux\n- Routes\n- Whatever ... \n\n\n### Theme\nDefault theme is ODEUM Code theme. The theme file contains objects for colors, fonts and sizes for the selected theme.\n\nA theme is passed as a theme prop to the \u003cAppContainer\u003e component. \n\nIf no theme is provided to the AppContainer by the user, the AppContainer loads the default theme provided in the odeum-app package.\n\n```js\nimport theme from './theme/bluehorizon.js'\n...\n\u003cAppContainer theme={theme}\u003e\n```\n\nWe might provide setTheme and getTheme functions to pattern check the contents of the theme file to ensure that the objects contains the required values. \n\n\n## Configuration:\nAll components exported from **odeum-ui** and **odeum-app** has propTypes and defaultProps. \n\nAll defaultProps are loaded with default values so a fully scaled down App template will look like this:\n[App_default.js](./src/App_default.js)\n\nA template with named values and more props passed would look like this:\n[App_normal.js](./src/App_normal.js)\n\n### Logo\nDefault logo is odeumcode_logo.svg which is loaded default by Header component unless it is overwritten by the Header prop \"logo={'pathtologo.svg'}\"\n\n- JSON config file(s) - footer etc. or style objects.\n\n### Workspace components can be functional components (render props) or class components.\n\n## Routing\nRouting will be encapsulated and processed by the routable components through a route prop. The routable components are:\n- AppContainer (makes the logo routable)\n- Menu\n- Tab\n\nExamples:\n\n```js\n\u003cMenu {...props} route={'/dashboard'}\u003e\n\u003cTab {...props} route={'/dashboard/timeline'} /\u003e\n\n```\n\n## 404 - Page Not Found!\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fodeum%2Fodeum-code-lite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fodeum%2Fodeum-code-lite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fodeum%2Fodeum-code-lite/lists"}