{"id":20747964,"url":"https://github.com/osbi/meteorite-core-ui","last_synced_at":"2026-04-24T19:32:24.077Z","repository":{"id":140972078,"uuid":"43551854","full_name":"OSBI/meteorite-core-ui","owner":"OSBI","description":"Meteorite Core UI.","archived":false,"fork":false,"pushed_at":"2016-03-19T12:30:19.000Z","size":11104,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-11T13:47:29.064Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://meteorite.bi","language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OSBI.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"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}},"created_at":"2015-10-02T12:35:05.000Z","updated_at":"2016-02-19T19:13:31.000Z","dependencies_parsed_at":"2023-06-29T06:00:44.005Z","dependency_job_id":null,"html_url":"https://github.com/OSBI/meteorite-core-ui","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/OSBI/meteorite-core-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OSBI%2Fmeteorite-core-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OSBI%2Fmeteorite-core-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OSBI%2Fmeteorite-core-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OSBI%2Fmeteorite-core-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OSBI","download_url":"https://codeload.github.com/OSBI/meteorite-core-ui/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OSBI%2Fmeteorite-core-ui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32238394,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"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-17T08:14:54.813Z","updated_at":"2026-04-24T19:32:24.058Z","avatar_url":"https://github.com/OSBI.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Meteorite Core UI [![Build Status](https://travis-ci.org/OSBI/meteorite-core-ui.svg?branch=master)](https://travis-ci.org/OSBI/meteorite-core-ui)\n\n## Table of Contents\n\n1. [Setup](#setup)\n  - [Build Instructions](#build-instructions)\n  - [Run UI on Node.js](#run-ui-on-nodejs)\n2. [Documentation](#documentation)\n3. [Usage](#usage)\n4. [Tasks](#tasks)\n5. [Support](#support)\n  - [Browser](#browser)\n  - [Server](#server)\n6. [Team](#team)\n7. [Contributing](#contributing)\n8. [History](#history)\n9. [License](#license)\n\n## Setup\n\n### Build Instructions\n\nTo install:\n\n```sh\nmvn clean install\n\nInstall Apache Karaf 4.x\n\nfeature:install pax-http-whiteboard\n\nbundle:install -s mvn:bi.meteorite/ui/1.0-SNAPSHOT\n\nBundle will then be available on http://localhost:8181/\n```\n\n### Run UI on Node.js\n\nIn order to run it locally you'll need a basic server setup.\n\n1. Clone it:\n\n  ```\n  $ git clone git@github.com:OSBI/meteorite-core-ui.git\n  ```\n\n2. Install [NodeJS](https://nodejs.org/en/download/) and [GulpJS](https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md#1-install-gulp-globally), if you don't have it yet.\n  \n3. Install Dependencies:\n  \n  ```\n  $ cd meteorite-core-ui/src/main/resources/ \u0026\u0026 npm install\n  ```\n\n4. Serve it:\n\n  ```\n  $ npm run dev\n  ```\n\n5. Run tasks with Gulp:\n\n  ```\n  $ gulp\n  ```\n\n6. Run the mock server NodeJS (optional):\n\n  ```\n  $ npm run server\n  ```\n\n7. Execute tests (optional):\n\n  ```\n  $ npm test\n  ```\n\n## Documentation\n\nDocumentation [Meteorite Core UI](http://osbi.github.io/meteorite-core-ui/).\n\n## Usage\n\n- Run `npm run build` to build the project;\n- Run `npm run clean` Clean `resources` folder;\n- Run `npm run dev` to build the project, start watching files and run the local server;\n- Run `npm run docs` to generate the documentation the code;\n- Run `npm run server` to run the mock server NodeJS;\n- Run `npm test` to run the tests once;\n- Run `npm run test:ci` to watch the `src` directory for changes and run the tests.\n\n## Tasks\n\n- `gulp`: Initialize stylus and watch for changes;\n- `gulp bower-install`: Move dependencies to folder `dist/assets/`;\n- `gulp deploy-pages`: Deploy documentation files to `github` on branch gh-pages;\n- `gulp imagemin`: Compress image files;\n- `gulp stylus`: Compile stylus files;\n- `gulp watch`: Call for watch files.\n\n## Support\n\n### Browser\n\nWe do care about it.\n\n![Chrome](https://raw.github.com/alrra/browser-logos/master/chrome/chrome_48x48.png) | ![Firefox](https://raw.github.com/alrra/browser-logos/master/firefox/firefox_48x48.png) | ![IE](https://raw.github.com/alrra/browser-logos/master/internet-explorer/internet-explorer_48x48.png) | ![Opera](https://raw.github.com/alrra/browser-logos/master/opera/opera_48x48.png) | ![Safari](https://raw.github.com/alrra/browser-logos/master/safari/safari_48x48.png) | ![Edge](https://raw.githubusercontent.com/alrra/browser-logos/master/edge/edge_48x48.png) | **Android** | **iOS** | **Windows Phone** |\n:---: | :---: | :---: | :---: | :---: |  :---: | :---: | :---: | :---: |\nLatest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | 4.4+ ✔ | 7+ ✔ | 8+ ✔ |\n\n### Server\n\n\u003ca href=\"https://nodejs.org\"\u003e\u003cimg height=48 src=\"https://raw.githubusercontent.com/caiogondim/javascript-server-side-logos/master/node.js/standard/454x128.png\"\u003e\u003c/a\u003e |\n--- |\n0.10+ ✔ |\n\n## Team\n\n[Meteorite Core UI](http://www.meteorite.bi/) is maintained by these people and a bunch of awesome [contributors](https://github.com/OSBI/meteorite-core-ui/graphs/contributors).\n\n[![Tom Barber](https://avatars0.githubusercontent.com/u/103544?v=2\u0026s=70)](https://github.com/buggtb) | [![Breno Polanski](https://avatars1.githubusercontent.com/u/1894191?v=2\u0026s=70)](https://github.com/brenopolanski) | [![Bruno Catão](https://avatars2.githubusercontent.com/u/785116?v=3\u0026s=70)](https://github.com/brunogamacatao)\n:---: | :---: | :---: | :---: | :---: | :---: | :---: |\n[Tom Barber](https://github.com/buggtb) | [Breno Polanski](https://github.com/brenopolanski) | [Bruno Catão](https://github.com/brunogamacatao) |\n\n## Contributing\n\nIf you want to help, please read the [Contributing](https://github.com/OSBI/meteorite-core-ui/blob/master/CONTRIBUTING.md) guide.\n\n## History\n\nFor detailed changelog, see [Releases](https://github.com/OSBI/meteorite-core-ui/releases).\n\n## License\n\nSaiku and the Saiku UI are free software. The UI, contained in this repository,\nis available under the terms of the Apache License Version 2. A copy is attached for your convenience.\n\n**[⬆ back to top](#table-of-contents)**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosbi%2Fmeteorite-core-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fosbi%2Fmeteorite-core-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosbi%2Fmeteorite-core-ui/lists"}