Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Latest commit

 

History

History
37 lines (23 loc) · 565 Bytes

CONTRIBUTING.md

File metadata and controls

37 lines (23 loc) · 565 Bytes

Contributing

Installation

Installation instructions for development enviroments.

Requirements

The holmes-web requires the following tools to work:

  • ruby
  • rvm
  • node
  • npm
  • bower npm install -g bower
  • grunt npm install grunt
  • grunt-cli npm install -g grunt-cli

Installation

Add in your /etc/hosts:

127.0.0.1   local.holmes.com

To install just type:

make setup

To run:

make run

To test:

make unit