Create your own DAO interface.
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
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.