Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 842 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 842 Bytes

countdowns.jpc.io

A dead-simple app for keeping track of what's coming up next in your life

The app is available live at https://countdowns.jpc.io. You can download the app for iOS devices on the App Store.

Setup

Clone the repo, install dependencies, deploy backend resources:

git clone [email protected]:johnpc/jpc-countdowns.git
cd jpc-countdowns
npm install
npx cap sync
npx ampx sandbox

Then, to run the frontend app

# on web
npm run dev

or

# on ios
npm run ios

Deploying

Deploy this application to your own AWS account in one click:

amplifybutton