Skip to content

rt23-dev/decay-pwa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Decay — Deploy Guide

Setup

npm install
npm run dev        # test locally at localhost:5173

Deploy to Vercel (free, ~2 min)

  1. Install Vercel CLI

    npm install -g vercel
  2. Deploy

    vercel
    • Follow prompts (create account if needed)
    • Accept all defaults
    • Done — you'll get a URL like decay-xyz.vercel.app
  3. (Optional) Custom domain

    • In Vercel dashboard → your project → Settings → Domains
    • Add e.g. decay.yourdomain.com

Add to iPhone Home Screen

  1. Open your Vercel URL in Safari (must be Safari, not Chrome)
  2. Tap the Share button (box with arrow)
  3. Tap "Add to Home Screen"
  4. Tap Add

The app will now open fullscreen like a native app, with your icon on the home screen.

Add to Android Home Screen

  1. Open your Vercel URL in Chrome
  2. Tap the ⋮ menu"Add to Home screen"
  3. Tap Add

Notes

  • Data is stored in localStorage — it stays on the device, not synced across devices
  • Works offline after first load (service worker caches the app)
  • To update the app, just run vercel again

About

a habit tracker where your goals are living creatures.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors