Skip to content

Latest commit

 

History

History
61 lines (41 loc) · 2.04 KB

README.md

File metadata and controls

61 lines (41 loc) · 2.04 KB

Build Status Code Climate

Plenario Explorer

This is an Ember application that fetches data from the plenar.io API. Because it only communicates with Plenario through its API, you can run and develop it without a Plenario backend development environment. In theory, you could deploy this as a static page. However, it is meant to be deployed inside of the plenar.io Flask application, where it is stuffed inside of a div in a Jinja template.

Below are instructions on how to set up your development environment.

Prerequisites

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

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Building

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

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links