{"id":18039646,"url":"https://github.com/timbokz/ogma","last_synced_at":"2025-03-27T10:32:20.590Z","repository":{"id":37217539,"uuid":"159267308","full_name":"TimboKZ/Ogma","owner":"TimboKZ","description":"File tagging system built on Electron. Includes web view support!","archived":false,"fork":false,"pushed_at":"2023-01-03T15:26:12.000Z","size":13337,"stargazers_count":5,"open_issues_count":21,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-23T15:51:33.227Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TimboKZ.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-11-27T02:58:47.000Z","updated_at":"2025-02-17T06:31:49.000Z","dependencies_parsed_at":"2023-02-01T07:01:25.253Z","dependency_job_id":null,"html_url":"https://github.com/TimboKZ/Ogma","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimboKZ%2FOgma","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimboKZ%2FOgma/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimboKZ%2FOgma/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimboKZ%2FOgma/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TimboKZ","download_url":"https://codeload.github.com/TimboKZ/Ogma/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245827151,"owners_count":20678931,"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-30T14:09:57.782Z","updated_at":"2025-03-27T10:32:20.265Z","avatar_url":"https://github.com/TimboKZ.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 👁️ Ogma\n\nFile tagging system built on Electron. Includes web view support!\n\n![Ogma tagging system](./Ogma_screenshot.jpg)\n\n![Ogma tagging system](./Ogma_screenshot_2.jpg)\n\n# Building \u0026 running\n\n### Cloning\n\nNote that `ogma-frontend/` directory points to [a separate Git repository](https://github.com/TimboKZ/ogma-frontend).\nThis means this repository has to be cloned with submodules:\n```bash\ngit clone --recursive https://github.com/TimboKZ/Ogma.git\n\n# OR if you already cloned the repo:\ngit clone https://github.com/TimboKZ/Ogma.git\ncd Ogma\ngit submodule init\ngit submodule update --recursive\n```\n\n### Running in production mode\n\nFirst, install dependencies for the frontend modules and build it:\n```npm\ncd ogma-frontend/\nnpm ci\nnpm run build\n```\n\nThen, go back to root `Ogma/` directory, install Electron dependencies\nand run the app in production mode:\n```\ncd ..\nnpm ci\nnpm postinstall\nnpm run prod\n```\nEnjoy!\n\n### Running in development mode\n\nRunning the app in development mode is useful if you want to change the React code for the frontend and get hot-reloading and real-time updates.\n\nFirst, make sure all of the native dependencies are rebuilt for the correct Electron version by running:\n```bash\nnpm run postinstall\n```\n\nThen start the webpack development server for the frontend:\n\n```bash\ncd ogma-frontend/\nnpm start\n```\n\nThe webpack server will startup and open the webapp in your browser. The webapp will report some errors - this is\nexpected, as the backend server is not running yet.\n\nNext, start the Electron app which will run the backend server in the background:\n```\ncd .. # Go back to repository root\nnpm start\n```\n\nOnce the Electron app starts up, you can reload your browser window and the web app should work as intended.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimbokz%2Fogma","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimbokz%2Fogma","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimbokz%2Fogma/lists"}