Skip to content

Per 10106 supply fa token #593

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .env.template
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
GOOGLE_API_KEY="apiKey"
FIREBASE_API_KEY="apiKey"
STRIPE_API_KEY="apiKey"
export FONTAWESOME_PACKAGE_TOKEN="fontawesomePackageToken"
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ cp .env.template .env

Add your environment secrets to `.env`.

You need access to FontAwesome Pro packages to install dependencies. You can install the project dependencies with:
You need access to FontAwesome Pro packages to install dependencies.

```sh
FONTAWESOME_PACKAGE_TOKEN="insert_token_here" npm install
1. Add your FontAwesome token to `.env`:

```env
FONTAWESOME_PACKAGE_TOKEN=your_token_here
```

Then run the app using `npm run dev` to point the dev server against your `local.permanent.org` VM accessible at `https://ng.permanent.org:4200`
Expand Down Expand Up @@ -59,4 +61,4 @@ This project uses [Storybook.](https://storybook.js.org/) Run `npm run storybook

## History

This project was initially generated by [Angular CLI](https://github.com/angular/angular-cli) version 6.0.8.
This project was initially generated by [Angular CLI](https://github.com/angular/angular-cli) version 6.0.