Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 788 Bytes

File metadata and controls

47 lines (31 loc) · 788 Bytes

Scrounch

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

nodejs >= 6.9.x
npm >= 3.8.x
ionic >= 3.19*
cordova >= 8.0.x

To install nodejs and npm, use nvm.

To install ionic and cordova :

npm install -g ionic cordova

Installing

Clone the project :

git clone git@github.com:txreplay/scrounch.git

Go the the project and install the dependencies :

cd scounch && npm install

Now, you can launch the build-in server :

ionic serve

Deployment

TODO