Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dylancl/kayak-deelsysteem


https://github.com/dylancl/kayak-deelsysteem

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

        

### Built With

- [React Native](https://facebook.github.io/react-native/)
- [Expo](https://expo.io/)
- [React Navigation](https://reactnavigation.org/)
- [Zustand](https://github.com/pmndrs/zustand)

## Getting Started

First, you need to make a Firebase project.
After creating the project, copy the corresponding keys to the `.env` file as shown in `.env.example`.

### Installation

1. Clone the repo
```sh
git clone https://github.com/dylancl/kayak-deelsysteem.git
```
2. Install NPM packages
```sh
npm i
```
3. Run the app
```sh
expo start
```