NFT project built on TRON blockchain
- Node.js >12.x
- Yarn or Node Package Manager (NPM)
- Clone the repository on your local machine
git clone https://github.com/junaidShaikh/fan.git
- Change current directory to the project directory
cd fan
- Install your dependencies with a package manager of your choice
yarn
or
npm install
- Run the development version of you application
yarn start
or
npm run start
- The website should automatically open on your default website at http://localhost:3000. You can visit the link in your browser of choice as long as the dev server is running.
yarn build
or
npm run build