webgl/Makefile

10 lines
106 B
Makefile
Raw Normal View History

2024-10-03 16:14:46 +00:00
all: install start
install:
npm install
npm run build:server
npm run build:client
start:
npm start