Bounty Manager is a front-end dApp, built to simplify interaction with bounties for curators, by providing a simple to use interface, with one click buttons for each action.
Visit the deployed version at bountymanager.io
-
Make a copy of
.env.example
and rename it to.env
. Edit the file to set the public Polkadot API Endpoint. -
Install the dependencies.
npm install
-
Build the project
npm run build
Note: running the build command once is necessary for running the development server, as it executes a required papi command.
-
Start the development server.
npm run dev # or start the server and open the app in a new browser tab npm run dev -- --open