Campfire is a product demo for our sales team to show our clients how to use the Userpilot product.
Each one of you need to create it's own demo, so follow the following:
You will see the following settings:
- Fill in the app name field (the product will be https://[app-name].herokuapp.com).
- You need to add
NEXT_PUBLIC_TOKEN
(which is your token from Userpilot product).
-
yarn
-
yarn start:iso-next
-
docker build -t isomorphic/dashboard -f ./packages/isomorphic/Dockerfile .
-
docker run -it -p 8080:80 isomorphic/dashboard
-
docker build -t isomorphic/dashboard-next -f ./packages/isomorphic-next/Dockerfile .
-
docker run -it -p 3000:3000 isomorphic/dashboard-next:latest