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.
You will need the following things properly installed on your computer.
git clone <repository-url>
this repository- change into the new directory
npm install
bower install
ember server
- Visit your app at http://localhost:4200.
Make use of the many generators for code, try ember help generate
for more details
ember test
ember test --server
ember build
(development)ember build --environment production
(production)
Specify what it takes to deploy your app.