Recommend ProductHunt posts with your Tamber engine.
Follow the quick start guide here to setup your Tamber engine and seed it with ProductHunt events data.
cd in to the tamber-react-demo directory and run:
npm installWhile the install is completing, open keys.js and set the ProjectKey and EngineKey fields to match the engine you created in the setup guide.
Once install is complete and your keys have been set, run watchify to build the app:
npm startNote: As long as watchify is running, it will automatically rebuild the app whenever you edit a file – so feel free to dig into the code and experiment.
Open index.html in the browser of your choice (Chrome is recommended) and have fun!