Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dalenguyen/pdfun
PDF services built with Angular & GCP
https://github.com/dalenguyen/pdfun
analog angular firebase gcp pdf sass
Last synced: 2 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 (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-23T02:56:00.000Z (7 months ago)
- Last Synced: 2024-05-23T04:46:25.746Z (7 months 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
[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors-)
[![Twitter](https://img.shields.io/twitter/follow/PDFun_xyz)](https://twitter.com/PDFun_xyz)
Open source PDF services. Built with:
- Analogjs (Angular)
- Nx Workspace
- Firebase
- GCP![PDFun Demo](/docs/images/pdfun.png)
## 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
```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