Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 443 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 443 Bytes

Pulse Client

Client for Pulse Messenger

How to run

  • install the dependencies with node lts/hydrogen
npm i
  • create a .env file
VITE_API_PATH=Your API path
VITE_MEDIA_PATH=Your media service path
  • run the client with
npm run build

npm preview
  • test the client with
npm run dev

Docker

# build with
docker build -t client .

# run with
docker run 
  -p 8080:80