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
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
Enter the following command to run the particles demo:
npm run particles
Enter the following command to run the golf demo:
npm run golf