Skip to content

Commit

Permalink
Update README with FontAwesome Pro instructions
Browse files Browse the repository at this point in the history
PER-9893: Use FontAwesome Pro Icons
  • Loading branch information
meisekimiu committed Dec 10, 2024
1 parent a42c60e commit 8cf54a2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,17 @@ This is the source code for Permanent.org's front-end.

To get started, first create the file for the environment variables.

```
```sh
cp .env.template .env
```

Add your environment secrets to `.env`.

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

```sh
FONTAWESOME_PACKAGE_TOKEN="insert_token_here" npm install
```

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

0 comments on commit 8cf54a2

Please sign in to comment.