Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekbarsagadey committed Sep 28, 2015
1 parent ca55596 commit 54e749e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# posita

Step for installation and testing of id.js:
<br>
1> Install bower from node js
<br>
npm install -g bower
<br>
2> Install project
<br>
bower install

This comment has been minimized.

Copy link
@posita

posita Sep 30, 2015

Consider adding --config.analytics=false --config.interactive=false to your bower command (see bower/bower#1102 and mozilla/fxa-content-server#744).

1 comment on commit 54e749e

@posita
Copy link

@posita posita commented on 54e749e Sep 30, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vivekbarsagadey, bower install creates a directory called bower_components in the repository directory. What's the best way to ensure this isn't accidentally checked in?

Please sign in to comment.