Skip to content

Streamlyne/website

Repository files navigation

Streamlyne Website

Website at streamlyne.co


Installation

After cloning the repository, run the following commands:

npm install
bower install

Usage

grunt serve

Deploying to S3

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