/loggrr

Clean and simple time logging solution for teams that embrace transparency and want to focus on what really matters.

Primary LanguageTypeScript

Loggrr

Clean and simple time logging solution for teams that embrace transparency and want to focus on what really matters.

Tech stack

Getting Started

Prerequisites

Installation

# Setup environment variables
cp .env.example env

# Install dependencies
p install

# Start the database
docker compose up

# Push db changes
p push

# Seed the database
p seed

# Start the development server
p dev

# Build for production
p build

# Start the production server
p start