~dricottone/noticable

ref: 14ca1b49efc8615a5a2080eca2449ec6208ec2b3 noticable/Makefile -rw-r--r-- 240 bytes
14ca1b49Dominic Ricottone reorganized css 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