Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 558 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 558 Bytes

oar-sdp

How to start

Note that this seed project requires node v4.x.x or higher and npm 2.14.7 or higher.

In order to start the project use:

git clone https://github.com/usnistgov/oar-sdp.git
cd oar-sdp
# install the project's dependencies
npm install gulp bower
# install the project's dependencies
npm install
# api document for the app
# npm run build.docs

# dev build
npm run build.dev
# prod build
npm run build.prod

# watches your files and uses livereload by default
npm start

Does not rely on any global dependencies.