Skip to content

tomhendra/recilla

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recilla

A recipe app for home cooks!

Setup

Environment Variables

This project uses Instant DB for real-time data synchronization. You'll need to configure the following environment variables:

  1. Copy .env.example to .env:

    cp .env.example .env
  2. Update the following variables in your .env file:

    • INSTANT_APP_ID: Your Instant DB application ID (required)

    • INSTANT_APP_ADMIN_TOKEN: Your Instant DB admin token (optional)

      • Only needed for server-side operations and migration scripts
      • Get this from your Instant DB dashboard
      • Keep this secure - never commit it to version control
    • GITHUB_TOKEN: GitHub personal access token (optional)

Installation

# Install dependencies
bun install

# iOS
cd ios && pod install && cd ..

# Run on iOS
bun ios

# Run on Android
bun android

Development

The app uses an offline-first architecture with Instant DB handling data persistence and synchronization automatically.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •