{"id":24335578,"url":"https://github.com/willahh/cljflow","last_synced_at":"2025-12-24T13:19:50.006Z","repository":{"id":207378794,"uuid":"719098245","full_name":"willahh/cljflow","owner":"willahh","description":null,"archived":false,"fork":false,"pushed_at":"2023-11-15T13:39:57.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-18T05:19:04.850Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/willahh.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}},"created_at":"2023-11-15T13:00:01.000Z","updated_at":"2023-11-15T13:00:29.000Z","dependencies_parsed_at":"2023-11-15T14:29:58.584Z","dependency_job_id":"47811d54-ab3f-409f-a2e4-60b6847d510e","html_url":"https://github.com/willahh/cljflow","commit_stats":null,"previous_names":["willahh/cljflow"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willahh%2Fcljflow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willahh%2Fcljflow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willahh%2Fcljflow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willahh%2Fcljflow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willahh","download_url":"https://codeload.github.com/willahh/cljflow/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243076640,"owners_count":20232435,"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":"2025-01-18T05:19:07.754Z","updated_at":"2025-12-24T13:19:44.932Z","avatar_url":"https://github.com/willahh.png","language":"Clojure","readme":"# Readme \nIAM Right and workflows\n\n## Stack\n### Backend \n- Clojure\n\n### Frontend\n- ClojureScript\n- Electron desktop\n- NPM\n  - [Building deps]\n    - webpack\n    - npm-run-all\n    - cross-env\n    - postcss-cli\n    - postcss\n    - postcss-import\n    - autoprefixer\n\n  - [Deps]\n    - tailwindcss\n    - Axios\n    - Moment\n    - React\n- Clojurescript\n  -\n- CI\n  - Github Action\n\n- Release / Deploy: Github Action\n\n## Usage\n\n### Run in development locally\n````dev\nnpm run dev\n````\n\n### Release the app\n\n\n### Build the app\n````shell\nbuild.sh\n````\n\n### Deploy the app\n\n### Libs\n- Datalevin\n- Quil\n\n## Project init\nBelow are some instructions for the setup of the project. They may be not up to \ndate, but are the initials steps.\n\n\n### Fixme\n\n```shell\nmkdir cljflow\ncd cljflow\nmkdir {backend,domain,frontend}\n\n# backend\ncd backend\ntouch deps.edn\necho '{:deps {datalevin/datalevin {:mvn/version \"0.8.20\"}\\n        com.cognitect/transit-clj {:mvn/version \"1.0.329\"}}}' \u003e\u003e deps.edn\n  \n# frontend\ncd frontend \n\n# Create deps.edn\necho '{:paths\n [:src-paths :resources-paths :output-paths]\n\n :deps {org.clojure/clojurescript {:mvn/version \"1.11.60\"}\n        com.bhauman/figwheel-main {:mvn/version \"0.2.15\"}\n        reagent/reagent           {:mvn/version \"1.1.0\"}}\n\n :aliases\n {:src-paths [\"src\"]\n  :resources-paths [\"resources\"]\n  :output-paths [\"target\"]\n  :dev\n  {:main-opts [\"--main\"  \"figwheel.main\"\n               \"--build\" \"dev\"\n               \"--repl\"]}}}\n' \u003e\u003e deps.edn\n\n\n\n## Testing\nclj -M -m cljs.main -co build.edn --compile --repl\n```\n\n\n## Build\n````sh\nclj -m cljs.main -co build.edn -O advanced --compile --serve \n````\n\n\n## Setup \n- \n\n## Resources\n- https://clojurescript.org/guides/webpack\n- https://cljdoc.org/d/datalevin/datalevin/0.8.20/doc/installation\n- Full Stack Clojure App - clojure/script + deps.edn + shadow-cljs + Helix + Tailwind\n  https://www.youtube.com/watch?v=V-dBmuRsW6w\u0026ab_channel=onthecodeagain\n\n- https://curiousprogrammer.dev/blog/how-can-i-create-a-clojure-script-web-app-from-scratch-with-reagent-and-npm\n- https://curiousprogrammer.dev/blog/how-can-i-use-tailwind-in-my-clojure-script-web-app\n- https://www.youtube.com/watch?v=V-dBmuRsW6w\u0026ab_channel=onthecodeagain\n\n- Await / async avec Promesa :https://funcool.github.io/promesa/latest/promises.html\n- Setup fullstack Clojure / Clojurescript app : https://www.youtube.com/watch?v=V-dBmuRsW6w\u0026ab_channel=onthecodeagain\n\n- Tailwind :\n  - =\u003e Voir cet article https://curiousprogrammer.dev/blog/how-can-i-use-tailwind-in-my-clojure-script-web-app/\n  - https://github.com/wilkerlucio/tailwind-garden\n\n- Figma :\n  - =\u003e From Figma to Tailwind : https://www.youtube.com/watch?v=6XIT2nXIbLU\u0026ab_channel=LeeRobinson\n\n- Storybook :\n  - ShadowCLJS + Storybook https://github.com/lilactown/storybook-cljs","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillahh%2Fcljflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwillahh%2Fcljflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillahh%2Fcljflow/lists"}