~dricottone/noticable

ref: 69444f9aa63311a90c5f89338a8bd2d52c6db7d4 noticable/Makefile -rw-r--r-- 240 bytes
69444f9aDominic Ricottone reorganized js 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