Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Trylobot committed Jul 16, 2013
1 parent 4e4d411 commit 323c689
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ http://lunchvote.net
* jQuery
* SCSS

To perform first-time setup, 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
To perform first-time setup, 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*

To start the server for development/testing, run start_server.bat.
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 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 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 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)
To make changes to assets, edit directly in _public/*_ (save psd sources in _docs_)

Data is stored in data/*
Data is stored in _data/*_

0 comments on commit 323c689

Please sign in to comment.