Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 1.06 KB

README.md

File metadata and controls

49 lines (30 loc) · 1.06 KB

DISCLAIMER

This is a very early version of Swip.js. If the app doesn't respond you might have to reload the browser or restart the server. It works best if you create a separate wireless network to connect multiple devices with your swip.js application

Installation

You need node >= 6.x to run swip. To use swip you need to install its dependencies, the dependencies for the demos and build the client library. You can just run the commands below:

npm install
cd examples/golf
npm install
cd ../particles
npm install
cd ../..
npm run build

Examples

Particles

Enter the following command to run the particles demo:

npm run particles

Golf

Enter the following command to run the golf demo:

npm run golf