Supurl is the web client for Supurl API.
- Install node and npm. Make sure
nodeandnpmare availabe in the terminal. - Install bower.
npm install bower. - Install grunt.
npm install grunt-cli. - Clone this repository.
git clone https://github.com/serv/supurl.git - In terminal, go into the repository directory.
- Run
bower install - Run
npm install