Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kanziw/fibonachicken
https://github.com/kanziw/fibonachicken
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kanziw/fibonachicken
- Owner: kanziw
- License: mit
- Created: 2022-06-10T16:39:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-05T01:52:14.000Z (8 months ago)
- Last Synced: 2024-05-05T16:48:46.699Z (8 months ago)
- Language: TypeScript
- Homepage: https://fibonachicken.kanziw.dev
- Size: 71.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fibonachicken
[![runs with Expo Go](https://img.shields.io/badge/Runs%20with%20Expo%20Go-000.svg?style=flat-square&logo=EXPO&labelColor=f3f3f3&logoColor=000)](https://expo.dev/client) ![Vercel](http://therealsujitk-vercel-badge.vercel.app/?app=fibonachicken) ![License](https://img.shields.io/badge/license-MIT-blue)
favicon reference: https://favicon.io/emoji-favicons/chicken/
## Pre-requisite
- [asdf](https://github.com/asdf-vm/asdf)```zsh
asdf plugin add nodejs
asdf plugin add doppler
asdf install
doppler login
doppler setup
```## Start
```zsh
yarn start
```## Register Apple Devices for internal distribution
```zsh
yarn eas device:create
```## Create Project History
```zsh
yarn create expo --template expo-template-blank-typescript
```