Visit /better-app/issues and add a new issue.
To list your issue on your Better board, tag the issue category as bug
or feature
and its status as open
, planned
or inProgress
.
Your issue should now appear on better.betterhq.org.
You can now
👉 login with Discord and vote on your favorite issue
👉 add funds to the issue to start a bounty
👉 work on a bounty and claim the bounty pool once finished.
Better mirrors your Github issues to a hosted website, which allows your community to vote on them, fund them as bounties and claim the pooled funds for implementing them. Issues could range from feature requests, to DAO proposals or content marketing ideas.
Setting up your own Better project takes a few steps:
- Fork the Better repo
- Set up Vercel
- Add a new project, linking to your forked repo
- Set your ENV variables (Ask us on Discord!)
After a succesfful deployment, point your vercel deployment to your custom URL, eg. feedback.yourdapp.com, roadmap.yourdapp.com, bounties.yourdapp.com
- Copy your DNS info at
https://vercel.com/[yourproject]/[yourrepo]/settings/domains
- Add the info in your domain manager interface
🎊 Congratulations, you just deployed your custom Better site 🎉
You want to customize your site UI or got feature ideas for Better? Join our Discord and let us know!
Checkout the repo and set the required environmental variables by copying ./.env.example
into ./.env.local
.
Next, install the dependencies:
npm install
# or
yarn install
Run the development server:
npm run dev
# or
yarn dev