-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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 to install this project? #7663
Comments
same issue |
@xmdszzz Did you have a look at the Readme? Could you not find the instructions or are you stuck at a step? |
ContributingThank you for your interest in contributing to the Uniswap interface! 🦄 DevelopmentBefore running anything, you'll need to install the dependencies:
Running the web app locally
The interface should automatically open. If it does not, navigate to [http://localhost:3000]. Creating a production build
To serve the production build:
Then, navigate to [http://localhost:3000] to see it. Running unit tests
By default, this runs only unit tests that have been affected since the last commit. To run all unit tests:
Running integration tests (cypress)Integration tests require a server to be running. In order to see your changes quickly, run
Integration tests are run using
To run all cypress integration tests from the command line:
Adding a new dependencyAdding many new dependencies would cause bloat, so we have a test to guard against this: If you need to add a new dependency, and it causes the generated build to exceed its size quota, you'll need to increase the quota. Do so in You can also run the test on your last build using Engineering standardsCode merged into the
GuidelinesThe following points should help guide your development:
Release processReleases are cut automatically from the Fix pull requests should be merged whenever ready and tested. Features should not be merged into Finding a first issueStart with issues with the label TranslationsUniswap uses Crowdin for managing translations. Every hour, translations are synced back down from Crowdin to the repository in this other workflow. You can contribute by joining Crowdin to proofread existing translations here Or, ask to join us as a translator in the Discord!! |
@SKfraz04 Did you have any issues following these steps? |
@steebtom No now it work properly |
@SKfraz04 Hi, may I know how do you solve it? |
Unable to install as well. Tried permutations of
|
solution here: #7631 (comment) |
Facing such issue described in here: |
i don't know how to run this project.
The text was updated successfully, but these errors were encountered: