Skip to content
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

How do I run this project? #7740

Open
tfrg opened this issue Jul 2, 2024 · 4 comments
Open

How do I run this project? #7740

tfrg opened this issue Jul 2, 2024 · 4 comments

Comments

@tfrg
Copy link

tfrg commented Jul 2, 2024

Terminal current path

/interface

yarn install
스크린샷 2024-07-02 오후 4 39 41

I'm not getting the package to install.
How do I get this project running?

I've looked in the issues, but there is no solution.

@tfrg tfrg changed the title How to start this project How to start this project? Jul 2, 2024
@tfrg tfrg changed the title How to start this project? How do I run this project? Jul 2, 2024
@KetanKudikyal
Copy link

Steps to run this

  1. create __generated__ folder in a apps/web/utils/__generated__
  2. run yarn install
  3. run yarn postinstall

@tfrg
Copy link
Author

tfrg commented Jul 8, 2024

Thank you.

but, not working

yarn postinstall
screenshot 1 screenshot 2

@Mojicode
Copy link

Mojicode commented Aug 5, 2024

Thank you.

but, not working

yarn postinstall

screenshot 1 screenshot 2

Hi, I think this comment will help you, cause it works for me.

@sanghunka
Copy link

https://www.sanghun.xyz/running-uniswap-frontend-locally-for-testnet-environment-en/

git clone https://github.com/Uniswap/interface
cd interface
git fetch --all --tags
git checkout tags/web/5.19.3
mkdir apps/web/src/utils/__generated__  # https://github.com/Uniswap/interface/issues/7631
# create .env.defaults file under project root.
# https://github.com/Uniswap/interface/issues/7678
cat <<EOL > .env.defaults
ALCHEMY_API_KEY='key'
AMPLITUDE_EXPERIMENTS_DEPLOYMENT_KEY='key'
APPSFLYER_API_KEY='key'
APPSFLYER_APP_ID="123"
FIAT_ON_RAMP_API_URL='https://api.uniswap.org'
MOONPAY_API_KEY='key'
MOONPAY_API_URL='https://api.moonpay.com'
MOONPAY_WIDGET_API_URL='https://api.moonpay.com'
INFURA_PROJECT_ID="123"
ONESIGNAL_APP_ID="123"
QUICKNODE_BNB_RPC_URL='https://api.uniswap.org'
SENTRY_DSN='http://sentry.com'
SHAKE_CLIENT_ID="123"
SHAKE_CLIENT_SECRET="123"
SIMPLEHASH_API_KEY='key'
SIMPLEHASH_API_URL='https://api.simplehash.com'
STATSIG_PROXY_URL='https://api.statsig.com'
TEMP_SCANTASTIC_URL='https://api.uniswap.org'
TRADING_API_KEY='key'
TRADING_API_URL='https://api.uniswap.org'
UNISWAP_API_KEY='key'
UNISWAP_API_BASE_URL='https://api.uniswap.org'
UNISWAP_APP_URL='https://app.uniswap.org'
WALLETCONNECT_PROJECT_ID="123"
UNITAGS_API_URL='https://api.uniswap.org/unitags'
FIREBASE_APP_CHECK_DEBUG_TOKEN='token'
EOL

yarn
yarn web start

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants