This project is intended for improv shows of the "Match" format (popular in the French-speaking world).In these shows, the referee prepares a "barillet" containing themes that will be drawn at random and played by the participants.
This tool allows the referee to prepare the barillet in advance and in the correct format, then to export it as PDF.
You can find this project at https://improv-barillet-editor.vercel.app/
Want to run a local version or modify the code? Follow these instructions
- Clone this repo
- Use
npm install
to install dependencies - Use
npm run start
to run a development server
The development server uses hot reload.
Pull requests welcome :)