Skip to content

Commit

Permalink
Frontier integrated to main (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
CryptoAssassin1 authored Apr 18, 2024
1 parent e216692 commit a47b8e6
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions docs/frontend/osmosis-frontend.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,28 +57,6 @@ npx turbo link
yarn dev
```

## Frontier 🤠

To reduce duplicated effort, `master` branch is used to deploy the frontier app as well. The frontier deployment has `NEXT_PUBLIC_IS_FRONTIER` env var set to `true`. If making
updates to frontier, please target the master branch. Frontier assets are configured in `packages/web/config/ibc-assets.ts`.

### Develop

To develop with frontier configuration, use:

```bash
yarn build:frontier && yarn dev:frontier
```

### Deploy

To deploy frontier (the env var will be set for you):

```bash
yarn build:frontier && yarn start:frontier
```

Otherwise the non-frontier commands can be used with the env var set to true.

### Testnet

Expand Down Expand Up @@ -114,4 +92,4 @@ Have a change you want to make with our translations? We have a frontend for upd

Inlang editor & status:

[![translation badge](https://inlang.com/badge?url=github.com/osmosis-labs/osmosis-frontend)](https://inlang.com/editor/github.com/osmosis-labs/osmosis-frontend?ref=badge)
[![translation badge](https://inlang.com/badge?url=github.com/osmosis-labs/osmosis-frontend)](https://inlang.com/editor/github.com/osmosis-labs/osmosis-frontend?ref=badge)

0 comments on commit a47b8e6

Please sign in to comment.