Skip to content
/ vvv Public

Eksperimenter for det vide verdensvevet

Notifications You must be signed in to change notification settings

muonoum/vvv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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