Skip to content

RikudouSage/BabyJournalUi

Repository files navigation

Baby Journal

This project is an installable PWA for tracking baby/toddler activities.

Building

This app is built using Angular, you can build it easily by running ./node_modules/.bin/ng build. This will create a dist/baby-tracker-ui directory. Its contents can be deployed to any webserver. You can also check the GitHub workflow file used to deploy this app via serverless.

Configuration

You can configure the app by changing environment.ts. Possible configurations:

  • apiUrl - the default API url. Note that this can be changed in-app, this is just the default value.
  • demoAccountCode - the export key of a demo account which can be used to test the app out by providing demo-account as the restore key. It can be empty, in that case the special restore key demo-account will not work.

Other places which might need changing if you want to host the app yourself:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published