Runnable is a mobile device application that allows users to access coding environments to evaluate code on the go. It is built and maintained by 2 NUS students as part of a project submission for Orbital 2020.
The frontend of Runnable is a Flutter app, written in Dart, and edited using Android Studio.
For more information please see the frontend wiki and backend wiki.
- Install Flutter
Follow the platform-specific instructions here.
- Clone this repository and import it into your editor
This may already be included with the previous step.
- Setup secrets file
Make a copy of lib/secret_example.dart
named lib/secret.dart
. Replace the string inside with an appropriate API key (contact the developers for one).
- Build and run the app