Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.85 KB

README.md

File metadata and controls

53 lines (34 loc) · 1.85 KB

Zine Dreams Catalog (Ember Front-End)

The Zine Dreams Catalog is a project developed by Dianne Laguerta, inspired by the many zine librarians building a zine union catalog. It began as a capstone project during their time at the Ada Developers Academy This repo is dedicated to front-end application of the project, using Ember.

To see the site in action, visit the Zine Dream Catalog website. For a detailed plan of this project, read the product plan. For the backend API that serves the Ember app, check out this repo.

Prerequisites

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

Installation

  • git clone <repository-url> this repository
  • cd ember-mongo
  • 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