~dricottone/noticable

ref: 80048549176fb7a72a6b6dda08bcacd6ae284d61 noticable/Makefile -rw-r--r-- 240 bytes
80048549Dominic Ricottone Silence debug logging 3 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
clean:
	rm dist/* -rf
	rm node_modules/* -rf

build: clean
	npm install monaco-editor electron electron-localshortcut jquery markdown-it github-markdown-css
	./node_modules/.bin/electron main.js

run:
	./node_modules/.bin/electron main.js