0.1.0 • Published 8 years ago

@realpage/foundation-ui-framework v0.1.0

Weekly downloads
2
License
MIT
Repository
-
Last release
8 years ago

REALPAGE UI Kit

Usage

To use this module, simply include the following in your packages.json file.

"dependencies" : {
  "foundation-ui-framework" : "gitlab:realpage/foundation-ui-framework"
}

Contributing

To contribute to this repo, please read the CONTRIBUTING.md file for this repo.

Version

0.0.1

Tech

Installation

Install node.js (https://nodejs.org/en/)
Install Ruby (https://www.ruby-lang.org/en/downloads/)
Open command prompt (terminal) to install Sass
FOR WINDOWS – (Allow the gem install to work over http)
Run “gem source –a http://rubygems.org/”
Run “gem install sass”
Run “npm install –force”
Run “npm grunt-cli –g”