/vvv

Eksperimenter for det vide verdensvevet

Primary LanguageGleam

vvv

This is my bikeshed laboratory for web app experiments

git submodule update --init

backend

requires gleam, watchexec

STATIC_BASE=path/to/assets make -C backend watch

frontends

STATIC_BASE=$PWD/frontends/static make -C backend watch

requires elm, go, tailwind cli, watchexec

STATIC_BASE=$PWD/frontends/elm/build make -C backend watch
make -C frontends/elm watch

requires gren, go, tailwind cli, watchexec

STATIC_BASE=$PWD/frontends/gren/build make -C backend watch
make -C frontends/gren watch

requires gleam, node, go, tailwind cli, watchexec

STATIC_BASE=$PWD/frontends/lustre/build/bundle make -C backend watch
make -C frontends/lustre watch