Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 734 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 734 Bytes

BEAR.Sunday - A resource oriented framework

A resource orientated framework with a REST Hypermedia centered architecture, implementing Dependency Injection and Aspect Orientated Programming' at it's core.

Hosting and Rendering

The documentations are rendered with Jekyll and hosted at http://bearsunday.github.io/.

Start Server with Docker

./bin/serve_docker.sh

Start Server in local Ruby environment

Install

gem install jekyll bundler
bundle install

Run

./bin/serve_local.sh