Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dtgoitia/fitness-tracker
https://github.com/dtgoitia/fitness-tracker
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/dtgoitia/fitness-tracker
- Owner: dtgoitia
- Created: 2022-07-15T07:33:54.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-01T08:58:01.000Z (7 months ago)
- Last Synced: 2024-10-28T13:54:50.541Z (3 months ago)
- Language: TypeScript
- Size: 8.25 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Setup repo
```shell
make set-up-development-environment
```## Environment variables
- `PUBLIC_GITHUB_REPOSITORY`: reference to the repository, including the user name `john-doe/my-app`
- `PUBLIC_GITHUB_ACCOUNT_TOKEN`: GitHub token `public_repo` scope.## Common issues
- _My browser doesn't offer me the option to install the PWA_.
Check you are accessing the website via HTTPS - instead of HTTP.## Expose local PWA via ngrok for debugging
1. In one terminal, run:
```shell
make build-webapp-for-ngrok
```2. In a separate terminal terminal, run:
```shell
make serve-webapp-ngrok
```3. Navigate to https://sawfish-fitting-tadpole.ngrok-free.app/fitness-tracker/.
Make sure to include the the trailing `/`.