Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Latest commit

 

History

History
50 lines (34 loc) · 1.49 KB

README.md

File metadata and controls

50 lines (34 loc) · 1.49 KB

Archived 1/11/24

Clicktocongress-ember

This README outlines the details of collaborating on this Ember application. A short introduction of this app could easily go here.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone https://github.com/noslouch/clicktocongress-ember this repository
  • cd clicktocongress-ember
  • npm install
  • bower install

Running / Development

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

This currently deploys green master branches to a private s3 bucket served from http://www.clicktocongress.com. See the circle file for the exact command.

Further Reading / Useful Links