{"id":20971601,"url":"https://github.com/burkaydurdu/tom","last_synced_at":"2026-05-15T20:32:18.579Z","repository":{"id":134656779,"uuid":"356412627","full_name":"burkaydurdu/tom","owner":"burkaydurdu","description":"Tom is a cross-platform recording system project","archived":false,"fork":false,"pushed_at":"2021-04-11T14:05:03.000Z","size":88,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-08T23:03:03.904Z","etag":null,"topics":["clojure","clojurescript","electron"],"latest_commit_sha":null,"homepage":"","language":"Clojure","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/burkaydurdu.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}},"created_at":"2021-04-09T22:28:23.000Z","updated_at":"2021-04-11T14:06:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"91d209ba-84ff-440e-b868-2e411fec7938","html_url":"https://github.com/burkaydurdu/tom","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/burkaydurdu/tom","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burkaydurdu%2Ftom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burkaydurdu%2Ftom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burkaydurdu%2Ftom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burkaydurdu%2Ftom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/burkaydurdu","download_url":"https://codeload.github.com/burkaydurdu/tom/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burkaydurdu%2Ftom/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33078899,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T20:25:35.270Z","status":"ssl_error","status_checked_at":"2026-05-15T20:25:34.732Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["clojure","clojurescript","electron"],"created_at":"2024-11-19T04:04:16.431Z","updated_at":"2026-05-15T20:32:18.572Z","avatar_url":"https://github.com/burkaydurdu.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TOM (Cross Platform)\n\nTom is a recording system.\n\n## Development\n\n### Running the App\n\nStart a temporary local web server, build the app with the `dev` profile, and serve the app,\nbrowser test runner and karma test runner with hot reload:\n\n```sh\nlein watch\n```\n\n### Running the App with electron\n```sh\nlein watch\n\nelectron .\n```\n\nPlease be patient; it may take over 20 seconds to see any output, and over 40 seconds to complete.\n\nWhen `[:app] Build completed` appears in the output, browse to\n[http://localhost:8280/](http://localhost:8280/).\n\n[`shadow-cljs`](https://github.com/thheller/shadow-cljs) will automatically push ClojureScript code\nchanges to your browser on save. To prevent a few common issues, see\n[Hot Reload in ClojureScript: Things to avoid](https://code.thheller.com/blog/shadow-cljs/2019/08/25/hot-reload-in-clojurescript.html#things-to-avoid).\n\nOpening the app in your browser starts a\n[ClojureScript browser REPL](https://clojurescript.org/reference/repl#using-the-browser-as-an-evaluation-environment),\nto which you may now connect.\n\n### Running Tests\n\nBuild the app with the `prod` profile, start a temporary local web server, launch headless\nChrome/Chromium, run tests, and stop the web server:\n\n```sh\nlein ci\n```\n\nPlease be patient; it may take over 15 seconds to see any output, and over 25 seconds to complete.\n\nOr, for auto-reload:\n```sh\nlein watch\n```\n\nThen in another terminal:\n```sh\nkarma start\n```\n\n### Compiling CSS with `lein-less`\n\nUse [Less](http://lesscss.org/features/) to edit styles in `.less` files located in the\n[`less/`](less/) directory. CSS files are compiled automatically on [`dev`](#running-the-app)\nor [`prod`](#production) build.\n\nManually compile CSS files:\n```sh\nlein less once\n```\n\nThe `resources/public/css/` directory is created, containing the compiled CSS files.\n\n#### Compiling CSS with `lein-less` on change\n\nEnable automatic compiling of CSS files when source `.less` files are changed:\n```sh\nlein less auto\n```\n\n### Running `shadow-cljs` Actions\n\nSee a list of [`shadow-cljs CLI`](https://shadow-cljs.github.io/docs/UsersGuide.html#_command_line)\nactions:\n```sh\nlein run -m shadow.cljs.devtools.cli --help\n```\n\nPlease be patient; it may take over 10 seconds to see any output. Also note that some actions shown\nmay not actually be supported, outputting \"Unknown action.\" when run.\n\nRun a shadow-cljs action on this project's build id (without the colon, just `app`):\n```sh\nlein run -m shadow.cljs.devtools.cli \u003caction\u003e app\n```\n### Debug Logging\n\nThe `debug?` variable in [`config.cljs`](src/cljs/tom/config.cljs) defaults to `true` in\n[`dev`](#running-the-app) builds, and `false` in [`prod`](#production) builds.\n\nUse `debug?` for logging or other tasks that should run only on `dev` builds:\n\n```clj\n(ns tom.example\n  (:require [tom.config :as config])\n\n(when config/debug?\n  (println \"This message will appear in the browser console only on dev builds.\"))\n```\n\n## Production\n\nBuild the app with the `prod` profile:\n\n```sh\nlein release\n```\n\n## Export for Desktop\n\nFor Windows\n```sh\nnpm run package-win\n```\n\nFor Mac\n```sh\nnpm run package-mac\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburkaydurdu%2Ftom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fburkaydurdu%2Ftom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburkaydurdu%2Ftom/lists"}