Skip to content

johnpc/jpc-countdowns

Repository files navigation

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