"defidojo" is an innovative platform designed for enthusiasts and collectors of Non-Fungible Tokens (NFTs), enabling users to open packs and collect unique digital cards represented as NFTs. Leveraging the Hive blockchain technology, defidojo aims to revolutionize the digital collectibles market by offering a user-friendly interface and engaging community features.
- Open Packs: Users can discover and open digital packs to unveil unique NFT cards.
- Collect: Allows users to build and showcase their collection of digital NFT cards.
- Trade: Provides a platform for users to engage with the community, trade cards, and complete their collections.
Before you begin, ensure you have met the following requirements:
- Node.js: Version 12.x or newer is required to run the project.
- npm: npm is used for managing the dependencies of the project. It comes installed with Node.js.
You can check your Node.js and npm versions by running node -v and npm -v in your terminal.
Ensure Node.js and npm are installed on your machine before proceeding with the installation. Follow the steps below to install the project dependencies, including the use of npm install --force to forcefully resolve dependencies if necessary.
With the dependencies installed, you can run the project in different modes using the scripts defined in package.json.
To run the application in development mode with hot reloading:
To build the application for production:
bash npm run build
npm run start