The installation for FPA Playground is simple because we built it on top of Flutter, a cross platform framework by Google. It's as simple as 123: clone the repository, set the working directory to the project, and run Flutter! The commands for doing this are listed below, but if you would like to collaborate, we also suggest that you work in VSCode and are using MacOS (as our primary platform is iPadOS).
git clone https://github.com/fairfield-programming/playground.git
cd playground
flutter run