Skip to content

benmoose/brettpanel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brettpanel

A visual wrapper around Mixpanel's data API.

Usage

Brettpanel is available as a Docker image. By default it runs on port 5000.

$ docker run -p 5000:5000 --rm benmoose/brettpanel:latest

The project is a standard React app, so running a local development server can be done with npm start.

$ git clone https://github.com/benmoose/brettpanel
$ cd brettpanel
$ npm install && npm start

Other options

Options passed to docker run benmoose/brettpanel are passed directly to Serve. So, for example, to specify a custom container port you can use Serve's -l/--listen flag.

$ docker run -p 5000:1234 --rm benmoose/brettpanel:latest -l 1234

About

Mixpanel API wrapper

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors