A self hosted pomodoro app that offers task creation and project organization.
- create a free account and database on turso
npm install- create a
.envfile in the root of your app with the keysTURSO_CONNECTION_URLandTURSO_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
.envfile npm run devto start the app locally