Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 725 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 725 Bytes

tomato-tracker [V1 in development]

A self hosted pomodoro app that offers task creation and project organization.

7

Getting Started

  • create a free account and database on turso
  • npm install
  • create a .env file in the root of your app with the keys TURSO_CONNECTION_URL and TURSO_AUTH_TOKEN
  • create a token from the turso dashboard of your database by navigating to ... > Create token. Choose a desired experation and make it with read and write permissions.
  • paste the token and connection url provided as the values to the keys in your .env file
  • npm run dev to start the app locally