voterunner

quick and dirty votes and discussions
git clone https://git.ce9e.org/voterunner.git

commit
59efd0f53685a7059704db2f7a4751d0e22d0c8b
parent
b09ad060dfdfc3fcf513588f1d4939915d5238b8
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2017-11-18 09:28
add maketarget for dev server

Diffstat

M .gitignore 1 +
M Makefile 4 ++++

2 files changed, 5 insertions, 0 deletions


diff --git a/.gitignore b/.gitignore

@@ -1,2 +1,3 @@
    1     1 node_modules
    2     2 data
   -1     3 db.sqlite3

diff --git a/Makefile b/Makefile

@@ -11,3 +11,7 @@ static/style.css: static/scss/*.scss
   11    11 
   12    12 clean:
   13    13 	rm static/voterunner.js static/markdown.js static/style.css
   -1    14 
   -1    15 .PHONY: server
   -1    16 server: all
   -1    17 	export DATABASE_URL='sqlite3:db.sqlite3' && node app.js