Welcome to Aragonette, the sleek and snappy UI template designed for lightning-fast prototyping with Aragon DAOs and plugins! Built with the power of Next.js and the speed of Bun.js, Aragonette is your go-to toolkit for bringing your Aragon DAO visions to life with style and efficiency. 🎨✨
Before you dive into the world of DAOs and decentralized governance, make sure you have Bun installed on your machine. If not, hop over to Bun's official documentation for installation instructions.
Once you're set with Bun, clone this repository to your local machine:
git clone https://github.com/your-repo/aragonette.git
cd aragonette
To get the development server running, simply execute:
cp .env.example .env
bun install
bun dev
And voilà! You're now in the fast lane to DAO prototyping. 🌟
Got a plugin idea that's going to revolutionize the Aragon ecosystem? Adding it to Aragonette is as easy as pie:
- Duplicate a Plugin Directory: Navigate to the
/plugins
directory, pick a plugin that closely resembles your idea, and duplicate its directory. - Rename Your Plugin: Give your plugin a unique and catchy name that captures its essence.
- Register Your Plugin: Open the
index.tsx
file inside the/plugins
directory and add an entry for your new plugin.
And that's it! Your plugin is now part of the Aragonette universe. 🌌
Aragonette is built to work seamlessly with Aragon OSx primitives, such as IProposal
or MajorityVoting
. This means you can focus on the fun part of creating and experimenting, without sweating the small stuff. Your plugin should integrate smoothly into the UI, making your development journey as breezy as a blockchain. 😉
Got ideas on how to make Aragonette even better? We're all ears! Whether it's a bug fix, a new feature, or a plugin that could benefit everyone, we welcome your contributions. Check out our contributing guidelines for more information on how to get involved.
git remote add upstream [email protected]:aragon/aragonette.git
git remote set-url --push upstream DISABLE
Stuck on something? Our community is here to help! Join our Discord channel for support, advice, or just to share your awesome plugin creations with fellow Aragon enthusiasts.
Aragonette is released under the AGPL v3 License.
Happy prototyping! With Aragonette, the future of decentralized organizations is in your hands. Let's build something amazing together! 🚀🌈