Skip to content

Commit

Permalink
chore: move env file to app folder
Browse files Browse the repository at this point in the history
  • Loading branch information
toniocodo committed Sep 20, 2023
1 parent 471d718 commit 2216dd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Setup environment

Duplicate `.env` file to `.env.local` and fill the variables with your secrets, they will take precedence over the defaults.
Duplicate `apps/<YOUR_APP>/.env` file to `apps/<YOUR_APP>/.env.local` and fill the variables with your secrets, they will take precedence over the defaults.

## Start the app

Expand All @@ -12,7 +12,7 @@ To start the development server run `pnpm nx serve oeth` or `pnpm nx serve ousd`

| Status | Name | Nx project | Port | Public hosts |
|:------:|:-----|:-----------|:-----|:-------------|
| 🚧 | OETH | `oeth` | 4200 | [fleek]() |
| 🚧 | OETH | `oeth` | 4200 | [fleek](https://defi-oeth.on.fleek.co/) |
| 🚧 | OUSD | `ousd` | 4201 | [fleek]() |

## Storybook
Expand Down
File renamed without changes.

0 comments on commit 2216dd9

Please sign in to comment.