Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 570 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 570 Bytes

Nerve

Last Release

Front-end for PlayStation 3 debuggers. Please, understand that I'm not interested on providing support, releases, or attention to any comments, issues or pull requests for now.

Deploy

To build the Nerve client, clone the master branch of this repository, and do the following:

1. Install the development and client dependencies:

npm install
bower install
tsd reinstall

2. Finally, build the app with:

grunt build