Added Grunt for compiling CSS/JS; added start of Result controller

This commit is contained in:
2022-11-25 16:30:22 -05:00
parent ade48ccb2f
commit 323152a8f5
14 changed files with 3425 additions and 2 deletions

4
.gitignore vendored
View File

@ -4,6 +4,10 @@
# Local data directory
data/
# NPM dependencies for Grunt
node_modules/
# Compiled CSS and JS
public/css/
public/js/