Find a file
2024-01-18 14:18:51 -06:00
.helix Pentagon seems nice? 2024-01-05 21:10:38 -06:00
components Fireworks 2024-01-17 21:30:41 -06:00
islands Troig 2024-01-18 14:18:51 -06:00
routes WIP 2024-01-17 15:10:28 -06:00
static Fireworks 2024-01-17 21:30:41 -06:00
.envrc Initial commit 2024-01-05 13:22:56 -06:00
.gitignore File uploads 2024-01-07 11:27:50 -06:00
crud.ts CRUD 2024-01-07 10:55:18 -06:00
deno.json Crudded up, WIP menu for routine 2024-01-16 16:45:51 -06:00
dev.ts Initial commit 2024-01-05 13:22:56 -06:00
flake.lock I'm pretending to be liveview 2024-01-16 16:15:10 -06:00
flake.nix I'm pretending to be liveview 2024-01-16 16:15:10 -06:00
fresh.config.ts Initial commit 2024-01-05 13:22:56 -06:00
fresh.gen.ts Crudded up, WIP menu for routine 2024-01-16 16:45:51 -06:00
main.ts Pentagon seems nice? 2024-01-05 21:10:38 -06:00
models.ts I'm pretending to be liveview 2024-01-16 16:15:10 -06:00
README.md WIP 2024-01-17 15:10:28 -06:00
tailwind.config.ts Initial commit 2024-01-05 13:22:56 -06:00

Homeman

Homeman is short for "home management". It is a simple digital dashboard for managing tasks within a home primarily geared towards planning and organizing around a touch-capable display.

NOTE: This project was not created to be used outside my family, so some things may be too inflexible for your use case.

Optimizations

  • Use atomic Deno KV operations?
  • Event source streams share a single KV watch?

Fresh project

Your new Fresh project is ready to go. You can follow the Fresh "Getting Started" guide here: https://fresh.deno.dev/docs/getting-started

Usage

Make sure to install Deno: https://deno.land/manual/getting_started/installation

Then start the project:

deno task start

This will watch the project directory and restart as necessary.

Inspiration