OpenCodeFoundation / asset-manager

The Asset Manager is an Open Source Asset Management System. Asset Manager was made for IT asset management, to enable IT departments to track who has which laptop, when it was purchased, which software licenses and accessories are available, and so on.
http://asset-manager.azurewebsites.net
MIT License
32 stars 17 forks source link

Add build guideline to Readme #29

Closed ratanparai closed 6 years ago

ratanparai commented 6 years ago

I'm submitting a...


[ ] Bug report  
[ ] Performance issue
[ ] Feature request
[x] Documentation issue or request
[ ] Other... Please describe:

Current behavior

If the dev want to build this project and do not have node.js and bower install then the build will fail.

Expected behavior

Developer should be able to build this project by following a step by step guideline. So need to add readme to let the dev know that they need -

  1. NodeJS - Install via choco or download from official website
  2. bower - After installing NodeJS run npm install bower -g to install bower