https://github.com/dalenguyen/pdfun
PDF services built with Angular & GCP
https://github.com/dalenguyen/pdfun
analog angular firebase gcp pdf sass
Last synced: 6 months ago
JSON representation
PDF services built with Angular & GCP
- Host: GitHub
- URL: https://github.com/dalenguyen/pdfun
- Owner: dalenguyen
- License: mit
- Created: 2024-05-22T03:40:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-23T02:56:00.000Z (about 2 years ago)
- Last Synced: 2024-05-23T04:46:25.746Z (about 2 years ago)
- Topics: analog, angular, firebase, gcp, pdf, sass
- Language: TypeScript
- Homepage: https://pdfun.xyz
- Size: 494 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Pdfun
[](#contributors-)
[](https://twitter.com/PDFun_xyz)
Open source PDF services. Built with:
- Analogjs (Angular)
- Nx Workspace
- Firebase
- GCP

## Deploy applications
```
yarn deploy
```
## Local development (Web)
First, you need to rename the `.env-template` to `.env` and update the environment file.
> Tip: to turn Firebase service account to string for the environment, you can run `JSON.stringify(SERVICE_ACCOUNT_OBJECT)`.
After that, you can run `yarn deploy:rules` to deploy Firestore & Cloud Storage security rules.
## Local development (API)
Run the following command to set the default credentials
```
gcloud auth application-default login
gcloud config set project YOUR_PROJECT
```
OR you create a new service account and use it locally
```
export GOOGLE_APPLICATION_CREDENTIALS="/home/user/Downloads/service-account-file.json"
```
## Contributing
PDFun welcomes contributors! Please read the [contributing doc](https://github.com/dalenguyen/pdfun/blob/main/CONTRIBUTING.md) for details.
## [Roadmap](https://github.com/users/dalenguyen/projects/5)
## Contributors ✨

Dale Nguyen
💻 📖 🤔

Brandon Roberts
💻

Esther White
💻

Sashikumar Yadav
💻 🎨
Add your contributions
