No description
- Clojure 78.2%
- CSS 13.6%
- Dockerfile 3.3%
- Shell 2.5%
- HTML 1.7%
- Other 0.7%
| resources | ||
| src/heyarne/all_my_friends | ||
| ssl | ||
| uploads | ||
| .dockerignore | ||
| .envrc | ||
| .gitignore | ||
| deps.edn | ||
| Dockerfile | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| shadow-cljs.edn | ||
| shell.nix | ||
All my Friends
This is scratching a weird itch that started when I saw my friends mostly online.
Important paths
src/heyarne/all_my_friends/server.clj: Contains a simple HTTP server that serves static files and has a handler for uploadssrc/heyarne/all_my_friends/client.cljs: Is the starting point for the client applicationresources/config.edn: Uses aero for configuration.resources/public: Contains HTML and CSS files.resources/public/jsis automatically compiled.deps.edn: Client and server dependencies and build configurationshadow-cljs.edn: Client-side build config for shadow-cljs