Skip to content

public-assembly/flexible

Repository files navigation

Flexible

Create your own DAO interface.

Running Flexible Locally

First, clone the repository:

$ git clone https://github.com/public-assembly/flexible.git

Second, install dependencies:

$ pnpm install

Lastly, run the development server:

$ pnpm dev

Contribution Guidelines

If you're prepared to add a feature, kindly create a pull request that includes comprehensive commit messages. Additionally, ensure that you review the project's open issues and link your pull request to a relevant one, if applicable.