~dricottone/noticable

ref: 3bd624b5e67fe0842b0ccbc1360279ed79a3f6c2 noticable/Makefile -rw-r--r-- 240 bytes
3bd624b5Dominic Ricottone Rename CSS 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