GitHunt
SB

sbardian/react-lethe

Lethe React App

Lethe React Application

This is a React implementation of the Lethe React Native application. It uses
the same GraphQL API on the backend (LetheAPI).

This is a WIP, there is a lot of work left to do so be ready for changes.

Development

Create a .env file in the root of your project and include the following env
variables:

REACT_APP_LETHE_API_URL='http://develop.localhost/graphql'
REACT_APP_LETHE_WS_URL='wss://develop.localhost/subscriptions'

Examples given are for use with docker development container of Lethe API.

These should point to your implementation of the
Lethe API.

Contributors

Created August 15, 2020
Updated January 11, 2022
sbardian/react-lethe | GitHunt