Skip to content
This repository has been archived by the owner on Nov 28, 2018. It is now read-only.

Latest commit

 

History

History
43 lines (30 loc) · 997 Bytes

README.md

File metadata and controls

43 lines (30 loc) · 997 Bytes

loadingW

A lighter weight version of the Workiva logo from the grantnelson-wf/webgl-fun project for use as a loading screen.

On Command Line

Getting Started

# Clone the repository.
$ git clone [email protected]:grantnelson-wf/loadingW
$ cd loadingW

# Install global tools if you haven't already.
$ npm install -g bower
$ npm install -g grunt-cli

# Run the init script.
$ ./init.sh

The init script will initialize your local environment and ensure that you have all global and local dependencies.

For Developers

This uses grunt to jshint and test.

# Run grunt help.
$ grunt -h

To Run

Open the index.html in a browser. Chrome may have problems (cross origin requests) loading images by default.