{"id":15883093,"url":"https://github.com/bfollington/roam-7guis","last_synced_at":"2025-04-02T06:10:48.026Z","repository":{"id":67179749,"uuid":"317127390","full_name":"bfollington/roam-7guis","owner":"bfollington","description":"Implementation of 7guis in cljs","archived":false,"fork":false,"pushed_at":"2020-12-07T09:32:47.000Z","size":154,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-07T20:30:51.998Z","etag":null,"topics":["7guis","cljs","clojure","clojurescript"],"latest_commit_sha":null,"homepage":"https://roam-7guis.herokuapp.com/","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bfollington.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-11-30T06:09:51.000Z","updated_at":"2020-12-07T09:32:50.000Z","dependencies_parsed_at":"2023-06-10T05:15:38.684Z","dependency_job_id":null,"html_url":"https://github.com/bfollington/roam-7guis","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/bfollington%2Froam-7guis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfollington%2Froam-7guis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfollington%2Froam-7guis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfollington%2Froam-7guis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bfollington","download_url":"https://codeload.github.com/bfollington/roam-7guis/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246763943,"owners_count":20829799,"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":["7guis","cljs","clojure","clojurescript"],"created_at":"2024-10-06T04:08:32.568Z","updated_at":"2025-04-02T06:10:48.014Z","avatar_url":"https://github.com/bfollington.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# roam-7guis\n\nAn implementation of [7guis](https://eugenkiss.github.io/7guis/tasks/) in ClojureScript.\n\nLive demo at: https://roam-7guis.herokuapp.com/\n\n## Development mode\n\nTo start the Figwheel compiler, navigate to the project folder and run the following command in the terminal:\n\n```\nlein figwheel\n```\n\nFigwheel will automatically push cljs changes to the browser. The server will be available at [http://localhost:3449](http://localhost:3449) once Figwheel starts up.  To view your devcards, type `(switch-to-build devcards)` at the Figwheel REPL and navigate to [http://localhost:3449/cards](http://localhost:3449/cards). \n\nFigwheel also starts `nREPL` using the value of the `:nrepl-port` in the `:figwheel`\nconfig found in `project.clj`. By default the port is set to `7002`.\n\nThe figwheel server can have unexpected behaviors in some situations such as when using\nwebsockets. In this case it's recommended to run a standalone instance of a web server as follows:\n\n```\nlein do clean, run\n```\n\nThe application will now be available at [http://localhost:3000](http://localhost:3000).\n\n\n### Optional development tools\n\nStart the browser REPL:\n\n```\n$ lein repl\n```\nThe Jetty server can be started by running:\n\n```clojure\n(start-server)\n```\nand stopped by running:\n```clojure\n(stop-server)\n```\n\n\n## Building for release\n\n```\nlein do clean, uberjar\n```\n\n## Deploying to Heroku\n\nMake sure you have [Git](http://git-scm.com/downloads) and [Heroku toolbelt](https://toolbelt.heroku.com/) installed, then simply follow the steps below.\n\nOptionally, test that your application runs locally with foreman by running.\n\n```\nforeman start\n```\n\nNow, you can initialize your git repo and commit your application.\n\n```\ngit init\ngit add .\ngit commit -m \"init\"\n```\ncreate your app on Heroku\n\n```\nheroku create\n```\n\noptionally, create a database for the application\n\n```\nheroku addons:add heroku-postgresql\n```\n\nThe connection settings can be found at your [Heroku dashboard](https://dashboard.heroku.com/apps/) under the add-ons for the app.\n\ndeploy the application\n\n```\ngit push heroku master\n```\n\nYour application should now be deployed to Heroku!\nFor further instructions see the [official documentation](https://devcenter.heroku.com/articles/clojure).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbfollington%2Froam-7guis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbfollington%2Froam-7guis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbfollington%2Froam-7guis/lists"}