Skip to content

Jellyfishboy/releasr

Repository files navigation

#Releasr

Build Status

Simple release notes application, with a custom design. It utilises the open source Soca responsive administration template.

Live site

Release notes

##Getting started

For development purposes, this repository requires the use of Bower in order to run the application.

Bower is a package manager tool (much like NuGet or Bundler) which can manage your third party asset library for you. You can find information on using and installing Bower over at their github page.

Lastly, you will need npm in order to install Bower. You can find a quick and easy installation guide over at the npm github.

##Resolving dependencies

You will need to install the Bower asset dependencies, listed in bower.json:

bower install

##Spinning up

To quickly get started, you can run the following rake tasks to populate your database with dummy data:

rake releasr:install

Then start the server in the root with:

rails s

Please note, if you would like to use a different port, you can the rails server command with the following option:

rails s -p 9999

##Screenshots

###Desktop Home
Project
Releases

###Mobile Project
Releases

Versioning

Releasr follows Semantic Versioning 2.0 as defined at http://semver.org.

##How to contribute

  • Fork the project
  • Create your feature or bug fix
  • Commit (do not change version or history)
  • Send a pull request against the master branch

##Credits Icomoon - Iconography
Bootstrap-datepicker - Datepicker plugin

##Copyright

Copyright (c) 2014 Tom Dallimore. See LICENSE for details.

About

Simple release notes application, with a custom design.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published