{"id":18674755,"url":"https://github.com/bryanmikaelian/netlify-cljs-shadowcljs","last_synced_at":"2026-03-10T22:03:35.424Z","repository":{"id":41978202,"uuid":"468399452","full_name":"bryanmikaelian/netlify-cljs-shadowcljs","owner":"bryanmikaelian","description":"Deploy a ClojureScript app using shadow-cljs on Netlify","archived":false,"fork":false,"pushed_at":"2025-09-26T01:33:03.000Z","size":1018,"stargazers_count":4,"open_issues_count":4,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-26T03:40:57.785Z","etag":null,"topics":["clojurescript","jamstack","netlify","netlify-functions","postcss-plugin","react","reagent","serverless","shadow-cljs","tailwindcss","template"],"latest_commit_sha":null,"homepage":"","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bryanmikaelian.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,"zenodo":null}},"created_at":"2022-03-10T15:23:49.000Z","updated_at":"2025-09-26T01:31:27.000Z","dependencies_parsed_at":"2022-08-12T01:20:11.091Z","dependency_job_id":"a8187783-f9ed-49ba-b5e1-3d5d07f27a67","html_url":"https://github.com/bryanmikaelian/netlify-cljs-shadowcljs","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/bryanmikaelian/netlify-cljs-shadowcljs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryanmikaelian%2Fnetlify-cljs-shadowcljs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryanmikaelian%2Fnetlify-cljs-shadowcljs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryanmikaelian%2Fnetlify-cljs-shadowcljs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryanmikaelian%2Fnetlify-cljs-shadowcljs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bryanmikaelian","download_url":"https://codeload.github.com/bryanmikaelian/netlify-cljs-shadowcljs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryanmikaelian%2Fnetlify-cljs-shadowcljs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30357614,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T21:41:54.280Z","status":"ssl_error","status_checked_at":"2026-03-10T21:40:59.357Z","response_time":106,"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":["clojurescript","jamstack","netlify","netlify-functions","postcss-plugin","react","reagent","serverless","shadow-cljs","tailwindcss","template"],"created_at":"2024-11-07T09:20:07.758Z","updated_at":"2026-03-10T22:03:35.407Z","avatar_url":"https://github.com/bryanmikaelian.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# netlify-cljs-shadowcljs\n\n[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/bryanmikaelian/netlify-cljs)\n\nThis a template that lets you deploy a ClojureScript project on Netlify. It is currently using the following:\n\n- [ClojureScript 1.14.x](https://clojurescript.org/)\n- [thheller/shadow-cljs](https://github.com/thheller/shadow-cljs)\n- [TailwindCSS](https://tailwindcss.com/)\n- [PostCSS](https://postcss.org/)\n- [Reagent](https://reagent-project.github.io/)\n\n\nThe template automatically sets up the following features that Netlify Offers:\n\n- A basic Front End deployed as a Netlify Site\n- A Netlify Function (see [docs](https://docs.netlify.com/functions/overview/) to learn more)\n\nYou can remove some of these features based on your use case.\n\n\nA demo of this repo is also available at https://cljs-demo.netlify.app\n\n## Interested in using `figwheel-main`?\n\nCheckout https://github.com/bryanmikaelian/netlify-cljs-figwheel\n\n# Commands\n\nWhen developing locally, these commands can help you out:\n\n### Server\n\nUse the netlify-cli to spin up a dev environment. You can visit your site\nat http://localhost:8888. Useful when you want to debug Netlify Functions.\n\n``` shell\nyarn server\n```\n\n### Watch\n\nWatch and recompile your site as you make changes. You can visit your site at http://localhost:8700. If you use this in tandem with `yarn server`, you can use port 8888 for everything.\n\n``` shell\nyarn watch\n```\n\n### Clean\n\nRemoves artifacts that are generated by shadow-cljs and tailwind\n\n``` shell\nyarn clean\n```\n\n### Build\n\nBuilds the site for release. Netlify will use the same command when deploying\n\n``` shell\nyarn release\n```\n\n### Server\n\nRuns a shadow-cljs server that hosts your app. Does not watch for changes. You can visit your site at http://localhost:8700.\n\n``` shell\nyarn release\n```\n\n### REPL\n\nSpins up a shadow-cljs browser REPL\n\n``` shell\nyarn repl\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbryanmikaelian%2Fnetlify-cljs-shadowcljs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbryanmikaelian%2Fnetlify-cljs-shadowcljs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbryanmikaelian%2Fnetlify-cljs-shadowcljs/lists"}