Skip to content

bluetel/timesheeter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

400 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Timesheeter

Serverless open source timesheeting app designed to be deployed to AWS.

Supports 2 way bi-directional sync with Toggl, ticketing information from Jira, and outputting to Google Sheets.

Quickstart

cp .env.example .env.local # You will need to add some fields, those already filled in are setup for local dev already
nvm use
npm install -g pnpm
pnpm install
pnpm local:containers:up # Pulls and starts local dev containers

cd packages/web
pnpm migrate # Applies migrations to local db and generates prisma client
pnpm dev

# In a new terminal
cd packages/backhouse && pnpm dev

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors