Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.21 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.21 KB

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