- SUI Perks is a community-driven platform transforming fundraising and collaboration.
- It offers daily minting of unique NFTs, available for bidding.
- The platform features a community-controlled treasury, where funds are allocated and managed democratically.
Refer to https://nodejs.org/en/ to install Node JS
Install create-react-app npm package globally. This will help to easily run the project and also build the source files easily. Use the following command to install create-react-app
npm install -g create-react-appClone the project into local
Install all the npm packages. Go into the project folder and type the following command to install all npm packages
npm installIn order to run the application type the following command
npm run devThe application runs on localhost:3000