Skip to content

sumit-narang/bookmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bookmarks Workspace

Monorepo for the Bookmarks app.

  • apps/mobile: Expo React Native app
  • apps/backend: Node backend foundation
  • apps/cli: Shared CLI foundation

Quick start

  1. Install dependencies:

    npm install
  2. Create mobile env file from template:

    cp apps/mobile/.env.example apps/mobile/.env
  3. Open apps/mobile/.env and set at least:

    EXPO_PUBLIC_GOOGLE_PLACES_API_KEY=<your-google-places-api-key>
    JAVA_HOME=/usr/lib/jvm/java-17-openjdk
  4. Start the app:

    npm start

Environment templates

  • apps/mobile/.env.example: primary mobile runtime template (copy to apps/mobile/.env)
  • .env.example: workspace-level reference template

More setup details

For full Android setup (SDK, ADB, maps key, e2e), see building.md.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors