Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kanziw/fibonachicken


https://github.com/kanziw/fibonachicken

Last synced: about 2 months ago
JSON representation

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
```