~dricottone/noticable

ref: d9ad29e13f0f4f27f295f2868d930b55c806413a noticable/Makefile -rw-r--r-- 240 bytes
d9ad29e1Dominic Ricottone Remove test file 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