Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 251 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 251 Bytes

ranktank-web

The front end of Rank Tank

Building

> npm install

Running the back end

Set this environment variable somewhere:

export NODE_ENV=development

Then run the app thusly:

> gulp serve