Skip to content

ajmalmohad/pulselog

Repository files navigation

Pulselog

Pulse log is an event tracking application. You can create a project in pulselog and use the sdk to trigger events from various applications. You can use it for testing, logging, tracking, and various other things. It's up to your imagination

Run docker compose

Development environment

docker-compose -f docker-compose.dev.yaml --env-file .env build
docker-compose -f docker-compose.dev.yaml --env-file .env up

Production environment

docker-compose -f docker-compose.prod.yaml --env-file .env build
docker-compose -f docker-compose.prod.yaml --env-file .env up -d

LSP

As node_modules is a volume you have to install it inside the directory as well for your LSP to work properly during development

About

Track all your events in a single place

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published