Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 544 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 544 Bytes

LEGO Native

React Native project for the LEGO stack allowing users to receive push notifications for upcoming event registrations and more.

Getting started

Setup

# Install dependencies
$ yarn install

# Run the project locally
$ yarn start

Running locally

To run the project locally on your phone, the Expo Go app is required. When the app is installed, simply scan the QR-code in the terminal and begin developing

Code Style And Linting

# Code style
$ yarn prettier

# Linting
$ yarn lint