Skip to content

team-stack-underflow/runnable-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

runnable

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.

Setup

  1. Install Flutter

Follow the platform-specific instructions here.

  1. Clone this repository and import it into your editor

This may already be included with the previous step.

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

  1. Build and run the app