silly little doodles
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

erlang 27 -> 28

nnuuvv cc0e51d4 5b72c9da

+5 -5
+1 -1
flake.nix
··· 15 15 devShells.default = pkgs.mkShell { 16 16 buildInputs = with pkgs; [ 17 17 gleam 18 - erlang_27 18 + erlang_28 19 19 rebar3 20 20 bun 21 21 just
+4 -4
justfile
··· 1 1 default: 2 2 @just --list 3 3 4 - # Build the SPA 5 - build: 6 - gleam run -m lustre/dev build 7 - 8 4 # Run a dev server using lustre/dev start 9 5 dev: 10 6 gleam run -m lustre/dev start 7 + 8 + # Build the SPA 9 + build: 10 + gleam run -m lustre/dev build 11 11 12 12 # Deploy doodler to my server 13 13 deploy: build