A self hosted pomodoro app that offers task creation and project organization.
- create a free account and database on turso
npm install
- create a
.env
file in the root of your app with the keysTURSO_CONNECTION_URL
andTURSO_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