Skip to content

Pulse-Messenger/Pulse-frontend

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published