Skip to content

Trylobot/lunch_vote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

516f862 · Aug 8, 2018

History

27 Commits
Jul 16, 2013
Aug 14, 2013
Jul 16, 2013
Jul 16, 2013
Jul 17, 2013
Aug 8, 2018
Jul 17, 2013
Jul 16, 2013
Mar 1, 2014
Mar 1, 2014
Jul 16, 2013
Jul 16, 2013
Jul 16, 2013
Mar 1, 2014
Jul 16, 2013
Mar 1, 2014
Jul 16, 2013
Jul 16, 2013
Mar 1, 2014
Jul 16, 2013

Repository files navigation

lunch vote!

  • node.js
  • socket.io
  • knockout.js
  • jQuery
  • SCSS

To perform first-time setup, copy app.cfg.EXAMPLE.json to app.cfg.json and make any desired changes. Make sure Node.js is installed somewhere and run install_server.bat. If you plan to debug the server, also run install_node-inspector.bat. If you plan to make changes to styles, make sure Sass is installed first.

To start the server for development/testing, run start_server.bat.

To debug server side, run debug_server.bat, run start_node-inspector.bat, then run shortcut view_node-inspector

To make changes to the client-side javascript, edit src/*.js, then minify and save in public/*.min.js

To make changes to the stylesheets, run watch_sass_style.bat, edit src/*.css, then minify resulting public/*.css and save in public/*.min.css

To make changes to assets, edit directly in public/* (save psd sources in docs)

Data is stored in data/*