Skip to content

timebaseapp/web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

timebase-web

The web app for Timebase. Deploys to https://timebase.cc via Cloudflare Pages.

Stack

Static HTML + vanilla JS + one CSS file. No build, no bundler, no framework.

Local development

cd web
python3 -m http.server 8000
open http://localhost:8000

Deploy

Push main to github.com/timebaseapp/timebase-web. Cloudflare Pages auto-deploys the directory root.

Manual deploy with wrangler:

npx wrangler pages deploy . --project-name=timebase

Files

  • index.html — the single page
  • app.js — store + scrub + render
  • styles.css — palette + type + layout
  • cities.json — bundled city list (mirrors data/cities.json)
  • icon.svg — app icon (bisected circle)
  • _headers — Cloudflare Pages headers

About

timebase.cc — the Timebase web app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors