No description
  • Clojure 80.8%
  • CSS 9.4%
  • Nix 5.4%
  • HTML 4.4%
Find a file
2022-01-01 18:46:11 +01:00
resources/public Keep rects as ordered list of size → rects 2022-01-01 18:46:11 +01:00
src/heyarne/rect_packing Keep rects as ordered list of size → rects 2022-01-01 18:46:11 +01:00
.envrc Initial commit, basic web page with reagent component is working 2021-12-30 15:37:23 +01:00
.gitignore Initial commit, basic web page with reagent component is working 2021-12-30 15:37:23 +01:00
deps.edn Allow adding parts to cut via the UI 2022-01-01 13:05:25 +01:00
flake.lock Initial commit, basic web page with reagent component is working 2021-12-30 15:37:23 +01:00
flake.nix Initial commit, basic web page with reagent component is working 2021-12-30 15:37:23 +01:00
package-lock.json Initial commit, basic web page with reagent component is working 2021-12-30 15:37:23 +01:00
package.json Initial commit, basic web page with reagent component is working 2021-12-30 15:37:23 +01:00
README.md Initial commit, basic web page with reagent component is working 2021-12-30 15:37:23 +01:00
shadow-cljs.edn Initial commit, basic web page with reagent component is working 2021-12-30 15:37:23 +01:00
shell.nix Initial commit, basic web page with reagent component is working 2021-12-30 15:37:23 +01:00

Rect-Packing

This project is built using shadow-cljs:

npx shadow-cljs watch :app

Use cider-connect-cljs to connect to the REPL in emacs after opening http://localhost:8080 in your browser. :)