planout-compiler

PlanOut is a multiplatform framework and programming language for online field experimentation. PlanOut was created to make it easy to run and iterate on sophisticated experiments, while satisfying the constraints of deployed Internet services with many u

Usage no npm install needed!

<script type="module">
  import planoutCompiler from 'https://cdn.skypack.dev/planout-compiler';
</script>

README

Editing the github.io site

The left-hand column index can be modified by editing _data/nav_docs.yml. These items point to files in the docs/ directory.

To edit and test your changes, type:

jekyll -w serve

Then, as you edit the files, the site will be available at http://0.0.0.0:4000/planout/.

Note, this might require installing the jekyll Ruby gem.