Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dylancl/kayak-deelsysteem
https://github.com/dylancl/kayak-deelsysteem
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dylancl/kayak-deelsysteem
- Owner: dylancl
- Created: 2022-04-03T19:29:30.000Z (almost 3 years ago)
- Default Branch: develop
- Last Pushed: 2022-06-13T21:32:30.000Z (over 2 years ago)
- Last Synced: 2024-11-07T03:25:33.631Z (2 months ago)
- Language: TypeScript
- Size: 5.67 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```