Skip to content

Commit

Permalink
Updated README with build and test information.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Kligman committed Aug 21, 2011
1 parent e94da00 commit 157d1c2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ Paladin follows the Semantic Versioning Specification. See http://semver.org for

## Build and Test

No building is needed for development workflows. To build the engine for distribution, run make in the top-level
project directory. The build process produces a javascript file containing the entire engine and its dependencies
and also a minified version of that file.

Run unit tests by opening test/ directory in a web browser. Tests run automatically and failures are marked in red.

## Examples and Help

## Contributing
Expand Down

0 comments on commit 157d1c2

Please sign in to comment.