10 lines
151 B
Makefile
10 lines
151 B
Makefile
default:
|
|
just --list
|
|
|
|
# Run local instance
|
|
run-local:
|
|
yarn start
|
|
|
|
copy-to-marjvena:
|
|
rsync --progress -r dist greg@marjvena.lan:/home/greg/
|