Skip to content

ice7ero/interface

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UI Interface

Contributing Thank you for your interest in contributing to the

Development Before running anything, you'll need to install the dependencies:

yarn install Running the interface locally yarn start The interface should automatically open. If it does not, navigate to [http://localhost:3000].

Creating a production build yarn build To serve the production build:

yarn serve Then, navigate to [http://localhost:3000] to see it.

Running unit tests yarn test By default, this runs only unit tests that have been affected since the last commit. To run all unit tests:

yarn test --watchAll Running integration tests (cypress) Integration tests require a server to be running. In order to see your changes quickly, run start in its own tab/window:

yarn start Integration tests are run using cypress. When developing locally, use cypress:open for an interactive UI, and to inspect the rendered page:

yarn cypress:open To run all cypress integration tests from the command line:

yarn cypress:run

About

Swap protocol

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.7%
  • Other 0.3%