For our 9th School musical, my teacher challenged me to create a programm capable of translating a list of words into a 5x13 matrix. The main objective is to generate a PDF cataloging all pixel/student positions. Within each block, we'll note whether the students should cross their arms for a particular word. As a result, each student receives their personalized section of the PDF, detailing exactly when to strike the arm-crossing pose.
Run the following command to install the project dependencies:
npm install
To build the project, use:
npm run build
To start the project, use:
npm run dev