Panther Documentation

Installing Panther into an existing project

  1. If you haven’t already done so, download and install Node. You’ll need version 6 or higher.
  2. In your terminal, navigate into your project’s directory.
  3. If you haven’t already done so, initialize your project by running npm init.
  4. Run npm install --save-dev panther-engine to install Panther.
  5. See to the Panther Starter Kit repository (coming soon) for an example of how to import the Panther module and work with its API.

Congratulations! Your project should now be setup to use Panther.

Take a look at the Configuring Panther page to learn more.