React Native project for the LEGO stack allowing users to receive push notifications for upcoming event registrations and more.
# Install dependencies
$ yarn install
# Run the project locally
$ yarn start
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
$ yarn prettier
# Linting
$ yarn lint