A powerful and flexible audit logging system for tracking changes and maintaining version history across your applications.
- 🔍 Comprehensive version tracking
- 🔄 Efficient diff and comparison tools
- 🔎 Search and filtering capabilities
- 🔐 Secure and scalable architecture
- 🚀 Easy integration with existing systems
To get started with development, follow these steps:
- Clone the repository
- Install dependencies:
pnpm install
- Set up the development database:
make dev@db
- Start the backend:
make dev@backend
- Start the frontend:
make dev@ui
Our tools.mk file provides several useful commands to manage the development environment:
make db@up: Start the local databasemake db@stop: Stop the local databasemake db@down: Remove the local databasemake db@logs: Show logs from the local databasemake db@generate: Generate new migration filemake db@migrate: Migrate databasemake db@dashboard: Open Drizzle-kit Studiomake db@seed: Seed databasemake dev@db: Setup test database with migrations and seed datamake dev@backend: Start the backendmake dev@ui: Start the frontend
For a full list of available commands, run make help.
We welcome contributions from the community! If you encounter any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request on our GitHub repository.
This library is licensed under the MIT License. See the LICENSE file for more details.


