This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Zaimki/Makefile

15 lines
185 B
Makefile

install:
yarn
run:
yarn dev
start:
node_modules/.bin/avris-daemonise start webserver yarn dev
stop:
node_modules/.bin/avris-daemonise stop webserver
deploy: install
yarn build