Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dtgoitia/expenses-form
https://github.com/dtgoitia/expenses-form
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dtgoitia/expenses-form
- Owner: dtgoitia
- Created: 2021-12-08T07:44:50.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-09T15:04:21.000Z (2 months ago)
- Last Synced: 2024-11-09T16:17:45.674Z (2 months ago)
- Language: TypeScript
- Size: 13.2 MB
- Stars: 0
- Watchers: 3
- 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.