Where autonomous agents meet decentralised innovation
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
A Next.js frontend for the DAAO project, powered by TypeScript, RainbowKit, Wagmi, Shadcn, and TailwindCSS.
and more!
This project uses Bun for managing dependencies. If you don't have Bun installed, follow the installation instructions here.
-
Clone via CLI:
Alternatively, you can clone the repository using the CLI:
git clone https://github.com/daaoai/daao_ai_frontend_v2.git daao_frontend cd daao_frontend
-
Once Bun is installed, run:
bun install
-
Set up Environment Variables:
Copy the .env.example file to .env.local and update the variables as needed:
cp .env.example .env.local
-
Start the development server:
- Make sure you do this from the root of the project and not from some subdirectory
bun run dev
- To build the project instead do
bun run build bun run start
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
first merge your branch with the
dev
branch and checkout deployment status etc at dev.daao.ai, only then open a pr to merge with main