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

https://github.com/lxm7/green-me

a universal Expo app, built with SST, designed to help both consumers and businesses make greener choices. Users earn token rewards whenever they select the most eco-friendly version of a given product or service
https://github.com/lxm7/green-me

aws expo monorepo react react-native sst supabase tailwind tanstack-react-query universal-app zustand

Last synced: 2 months ago
JSON representation

a universal Expo app, built with SST, designed to help both consumers and businesses make greener choices. Users earn token rewards whenever they select the most eco-friendly version of a given product or service

Awesome Lists containing this project

README

          

## Getting Started

To run locally and see all services running, open 3 terminal tabs:

## Commands

```bash
$ npm run dev
```

Starts SST with Live Lambda Development environment

### /expo-next

```bash
$ npx expo start -c
```

This starts the expo menu that can then run the web build as well as the react native builds, see expo menu in terminal for running

### `npm run build`

Build your app and synthesize your stacks.

### SST `npm run deploy [stack]`

Deploy all your stacks to AWS.

### `npm run remove [stack]`

Remove all your stacks and all of their resources from AWS. Or optionally removes, a specific stack.

## Documentation

Learn more about the SST.

- [Docs](https://docs.sst.dev/)
- [sst](https://docs.sst.dev/packages/sst)