Skip to content

⭐️ A tool that teaches programming in fast, interactive, and fun lessons.

License

Notifications You must be signed in to change notification settings

fairfield-programming/playground

Repository files navigation

FPA Playground

GitHub issues GitHub contributors GitHub all releases GitHub Org's stars License

Installation

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).

Clone the Repository

git clone https://github.com/fairfield-programming/playground.git

Set the Working Directory to the Project

cd playground

Run Flutter

flutter run