From 2fc66b4e80754b9d11b286397cd475d9fa2b609c Mon Sep 17 00:00:00 2001 From: Alessio Rapini Date: Tue, 27 Jun 2017 16:37:24 +0200 Subject: [PATCH] Write the 'getting started' documentation --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 91d3bae..8035ac2 100644 --- a/README.md +++ b/README.md @@ -1 +1,20 @@ -# lumino \ No newline at end of file +# Lumino + +## Requirements + +This app is built with [React Native](https://facebook.github.io/react-native/) and requires the following stack: +* [node](https://nodejs.org/) +* [yarn](https://yarnpkg.com/) +* [expo](https://expo.io/) + +## Getting Started + +Go to `lumino/Lumino` and install dependencies by running + + $ yarn + +Launch the local server with + + $ yarn start + +Then follow the instructions on your terminal.