Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(182)

Side by Side Diff: web/README.md

Issue 1960443004: Add rpcexplorer to webapp hierarchy. (Closed) Base URL: https://github.com/luci/luci-go@logdog-project-web
Patch Set: Updated license, clarified instructions. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # server/static/ 1 # server/static/
2 2
3 Common html/css/js files shared by all apps live here. 3 Common html/css/js files shared by all apps live here.
4 Most of the contents is managed by bower. 4 Most of the contents is managed by bower.
5 5
6 upload/ is the directory that should be uploaded to a server. 6 upload/ is the directory that should be uploaded to a server.
7 It contains symlinks to cherry-picked files. 7 It contains symlinks to cherry-picked files.
8 8
9 ## Install Bower 9 ## Install Bower
10 10
11 1. Install node & npm: https://nodejs.org/en/ 11 1. Install node & npm: https://nodejs.org/en/
12 1. npm install -g bower 12 1. Run `make setup` to install Gulp, Bower, and dependencies.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698