Code Monkey home page Code Monkey logo

flare's Introduction

<!DOCTYPE html>
<html>
  <head>
    <style type="text/css">
      body{
        margin:40px auto;
        max-width:650px;
        line-height:1.6;
        font-size:18px;
        color:#444;
        padding:0 10px}
      h1,h2,h3 {line-height:1.2}
      code {background-color: #ffbaba}
    </style>
    <meta charset="UTF-8">
    <title>How to run Flare</title>
  </head>

  <body>
    <h1>How to Run Flare</h1>
    <p>Installation is different for each platform. Check out <a href="https://facebook.github.io/react-native/docs/getting-started">this guide for the latest React Native install instructions.</a></p>
    <ol>
      <li>Install NodeJS from <a href="https://nodejs.org/en/">this website</a></li>
      <li>Install React Native. Run <code>npm install -g react-native-cli</code></li>
      <li>Install the dependencies. Run <code>npm install</code> from the project folder</li>
      <li>Link the native code. Run <code>react-native link</code></li>
      <li>If you're on mac, install Xcode and the Xcode command line tools. Then run <code>react-native run-ios</code></li>
      <li>If you're on windows or linux, install Android Studio, Android SDK 28, Google APIs Intel x86 Atom System Image, set $ANDROID_HOME to your sdk location, add c:\Users\YOUR_USERNAME\AppData\Local\Android\Sdk\platform-tools to your system path, open up an Android Virtual Device, and run <code>react-native run-android</code></li>
    </ol>
    <p>If you're running this several months after submission (in May of 2019), the Firebase server has likely been taken down. You'll need to create a new Firebase project using <code>firebase init</code> with support for Cloud Firestore, Authentication, and Cloud Functions. Then run <code>firebase deploy</code> to deploy to your new project. Finally, change index.js to use your new Firebase API key and project information.</p>
  </body>

</html>

flare's People

Contributors

rivergillis avatar dao008 avatar abbyoberle avatar

Stargazers

 avatar  avatar  avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.