Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.41 KB

README.md

File metadata and controls

49 lines (33 loc) · 1.41 KB

Stories Done Build Status

Project Magnet

Code name Journey

Setup

  1. Install react-native on your machine: yarn global add react-native-cli
  2. Clone this project: git clone [email protected]:mozilla-magnet/journey.git && cd journey
  3. Install dependencies: yarn
  4. Start the development server: yarn start

Running

Android

With a virtual or real device running:

$ react-native run-android

iOS

$ react-native run-ios

How to contribute?

Install the pre-commit hook by running this command:

$ ln -s ../../hooks/pre-commit.sh .git/hooks/pre-commit

This will ensure that no major issues on the JavaScript syntax will be committed.

Coding styles

The coding styles are defined in the ESLint configuration file. Make sure to run the following command to fix your code style before committing:

$ yarn run fix

Not what you're looking for?

If you're looking for a physical web beacon browsing app, go to magnet-client.