* Add open source installation instructions to the docs.
Also add philosophy section to the docs homepage.
* Improve typography of the docs
* Add missing border to dark mode code blocks. Standardize dark mode border colors.
* Add link to installation instrucitons in readme.
* Use Python for stats back-end instead of jStat
* Change count metrics to use a Gaussian prior instead of Gamma
* New more robust method for calculating credible intervals
* Expose Bayesian Risk in front-end
* Use Violin plots instead of bar chart to show credible intervals
* Simplify back-end build process
* Add typescript definitions for jStat (just the methods used)
* Better sample data and onboarding experience
- Load front-end environment variables at runtime instead of buildtime
- Add root Dockerfile and docker-compose.yml
- Update CI to push docker images to Docker Hub
- Update quick start in README to use `docker-compose up -d` instead of `yarn dev`
- Remove S3 dependency (store files in local filesystem instead)
- Make .env.local files optional (and remove yarn init:dev step)
- Simplify README and focus on just getting Growth Book running on dev
- Redesign docs to use Tailwind CSS instead of Bootstrap
- Remove noisy console.logs in back-end on dev
- Switch telemetry to use Jitsu instead of Plausible