https://github.com/timmo001/whats-up
Track your day from one place
https://github.com/timmo001/whats-up
dashboard notes notifications organization todo weather
Last synced: 4 months ago
JSON representation
Track your day from one place
- Host: GitHub
- URL: https://github.com/timmo001/whats-up
- Owner: timmo001
- Created: 2024-09-14T15:17:32.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-05-13T11:19:28.000Z (about 1 year ago)
- Last Synced: 2025-07-05T05:06:33.694Z (12 months ago)
- Topics: dashboard, notes, notifications, organization, todo, weather
- Language: TypeScript
- Homepage: https://whatsup.timmo.dev
- Size: 2.26 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# What's Up?
Track your day from one place.

## Development
### Setup
Setup environment variables:
```bash
cp .env.example .env
```
Now add your own values to the `.env` file. We are using [Turso](https://turso.tech) for our database but you can use any SQLite database, local or hosted.
### Install and run
Install dependencies:
```bash
pnpm install
```
Run the development server:
```bash
pnpm dev
```
## Deployment
You can deploy the app using any service that supports Next.js.