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.
You will need the following things properly installed on your computer.
git clone <repository-url>
this repositorycd ember-mongo
npm install
bower install
ember serve
- 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.