Website at streamlyne.co
After cloning the repository, run the following commands:
npm install
bower install
grunt serve
Edit your deploy.yaml
file in your project's root directory.
---
link: "http://streamlyne.co/"
s3:
key: "AWS_KEY"
secret: "AWS_SECRET"
bucket: "AWS_BUCKET_NAME"
Then run:
grunt deploy