Monorepo implementing the PieDAO application layer.
Feel free to dive in! Open an issue. For any concerns or feedback, join us on Discord.
You will need the following software on your machine:
The project is build with Nx, so familiarity with Nx monorepos is advised. If using VS code, consider adding the Nx Console extension to get started with a GUI.
In addition, familiarity with TypeScript and React is a prerequisite.
You need to install the dependencies:
npm i
The next step is to call the setup script:
script/setup
Next, run patches if any
patch-package
Now you can start making changes.
This project contains multiple individual packages that can be deployed separately:
- auxo is the primary investing application
- auxo-e2e lets you run automated e2e tests using Cypress
- Backend contains the server component of the project.
- Landing Page the landing page
- SDK contains a collection of utilities that assist with connecting to on-chain data
- Funds domain model and business functions for Funds
You can follow the links above to refer to the documentation of those projects.