Skip to content

o-development/ochat-client

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
ios
 
 
 
 
src
 
 
web
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Liqid Chat Client

A chat client for Solid

Setup

 git clone git@github.com:o-development/ochat-client.git
 npm ci

Create a .env file in the root folder and configure it for your setup. e.g.

# The URL that the API is hosted at
API_URL=http://localhost:8080

# The URL that the API websockets are on
API_WS_URL=wss://localhost:8080

# The vapid push server public key (for web push notifications)
PUSH_SERVER_PUBLIC_KEY=example-key

To run on mobile:

 npm start

To run on web:

 npm run web