Skip to content

Commit

Permalink
Write the 'getting started' documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rub committed Jun 27, 2017
1 parent 5006153 commit 2fc66b4
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,20 @@
# lumino
# 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.

0 comments on commit 2fc66b4

Please sign in to comment.