Skip to content

parker-codes/concentric-time

Repository files navigation

Concentric Time

A simple and fun way to view the time!


Screenshots

Dark mode

dark mode

Light mode

light mode


Dev

This project uses Dioxus (a Rust-Wasm framework) and does also require some Node to run the Tailwind CLI (CSS framework) to build the stylesheet.

In one terminal run pnpm run tw:watch to start the Tailwind CLI for styles. In another terminal run trunk serve which bundles the assets and serves at localhost:8080.

Release

First build the CSS with pnpm run tw:build. Then build the app with trunk build --release. Will build locally and push web assets to hosting provider for simplicity of build tooling.