Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.02 KB

File metadata and controls

45 lines (29 loc) · 1.02 KB

Contributing

Thank you for your interest in contributing to the Permissionless Morpho interface!

Development

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

pnpm install

Running the interface locally

pnpm start

The interface should automatically open. If it does not, navigate to [http://localhost:3000].

Creating a production build

pnpm build

To serve the production build:

pnpm preview

Then, navigate to [http://localhost:4173] to see it.

Guidelines

The following points should help guide your development:

  • Security: the interface is safe to use
  • Reproducibility: anyone can build the interface
    • Avoid adding steps to the development/build processes
    • The build must be deterministic, i.e. a particular commit hash always produces the same build
  • Decentralization: anyone can run the interface