Skip to content

Latest commit

 

History

History
158 lines (109 loc) · 4.77 KB

File metadata and controls

158 lines (109 loc) · 4.77 KB

Codacy Badge LinkedIn Expo Publish


Logo

Passable Client

React Native Client (Web, iOS, Android) for the Passable Platform
Explore the docs »

View Current Deployment · Report Bug

Table of Contents

About The Project

Core Tech

  • React Native
  • Expo
  • Redux Toolkit
  • Firebase

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
  • NVM (use to install Node v12 or higher)
  • Expo CLI
npm i -g expo-cli

Installation

1.Clone the repo

git clone https://github.com/PassableUS/passable-client.git

2.Install NPM packages

npm install

3.Start the project in development mode

expo start

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request