keirstaple / community-art-project

EmberJS app that allows users to create and join community art events

Home Page:http://keirstaple.github.io/community-art-project/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Community-art-project

##pARTicipate This Application lets users list and discover public art projects in the Portland area. This is a community art based application that is a call for users to get out and get involved with art projects in the area. Users are also able to see previous projects that have been created, a map to that location, and a brief description of the project.

Click here to view the live GH-Pages version of the site. To view the project the way it was intended, drag your browser window all the way to the left to mimic mobile screen width.

You can also right click on the page and select "Inspect". Then click on the toggle device icon on the top navbar of the inspector (looks like a smartphone and tablet) and select the "iPhone 6 Plus". We are still tweaking some of the UI to make it fully responsive to the mobile format.

Prerequisites

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

Known Bugs

  • When going from index route to project-detail route, app does not scroll to the top.
  • Project no longer able to feed coordinates to Google Maps from Firebase

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

Follow this tutorial: Ember-cli-github-pages

Once you've done this once, you simply have to do the following after you make new commits:

  • git checkout master
  • ember github-pages:commit --message "gh-pages release"
  • git push origin gh-pages:gh-pages

Further Reading / Useful Links

Known Bugs

No known bugs at this time.

Support and contact details

If you have any troubles ideas or concerns feel free to contact us. We are in the early stages of development, any insights would be appreciated. Feel free to contact any of the members on this repository.

License

This software is licensed under the MIT license.

Copyright (c) 2016 team pARTicipate.

About

EmberJS app that allows users to create and join community art events

http://keirstaple.github.io/community-art-project/


Languages

Language:CSS 57.1%Language:JavaScript 24.8%Language:HTML 18.1%