Skip to content

stillriversoftware/railsdiff-1

 
 

Repository files navigation

RailsDiff

This is the Ember CLI app powering http://railsdiff.org, this app gets its data from an API. If you are wanting to make UI changes then you are in the right place; if on the other hand, you want to make changes to its data, head over to the API repository instead.

Prerequisites

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

Installation

  • git clone https://github.com/railsdiff/railsdiff.git this repository
  • cd rails-diff
  • npm 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)

Further Reading / Useful Links

About

What you should change about your app's configuration when upgrading Rails versions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 66.1%
  • HTML 22.9%
  • CSS 11.0%