Explorar el Código

make running the server a bit more convenient.

Lucas Stadler %!s(int64=12) %!d(string=hace) años
padre
commit
2349149fbd
Se han modificado 2 ficheros con 5 adiciones y 0 borrados
  1. 2 0
      js/pixl/.gitignore
  2. 3 0
      js/pixl/Makefile

+ 2 - 0
js/pixl/.gitignore

@ -2,3 +2,5 @@
2 2
3 3
public/glmatrix.js
4 4
public/three.js
5
6
.server.log

+ 3 - 0
js/pixl/Makefile

@ -1,3 +1,6 @@
1
run:
2
	node server.js &> .server.log
3
1 4
fetch_live:
2 5
	curl pixl.papill0n.org:8001/world > data/live.json
3 6