Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 644 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 644 Bytes

Blagger

Blagger is a small, Grails based, blogging app.

Get up and running

In order to get up and running with blagger, please do the following:

  1. Clone the project locally

  2. Ensure that you have java installed on your system (1.6+)

  3. Run the grails app using the following:

    ./grailsw run-app

Submit your changes

  1. Make the changes detailed within the app

  2. Create a patch using the following command:

    git format-patch -1 --stdout > blagger.patch

    Replace -1 with the number of commits that you have made

  3. Email the patch to recruitment@underwriteme.co.uk