Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This talk is a how-to for a open source prospectus.

Set up

https://richie.education/docs/next/cookiecutter

Start the container:

Code Block
docker run --rm -it -u $(id -u):$(id -g) -v $PWD:/app fundocker/cookiecutter gh:openfun/richie --directory cookiecutter

...