Client for Pulse Messenger
- 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# build with
docker build -t client .
# run with
docker run
-p 8080:80