Welcome to My NFT, a project aimed at exploring the world of non-fungible tokens (NFTs). This project is a simple NFT marketplace where users can buy and sell unique digital assets.
To get started with My NFT, you'll need to have Node.js installed on your machine. Once you have Node.js installed, you can clone this repository to your local machine:
git clone https://github.com/dtsuper3/my-nft.git
Next, navigate to the project directory and install the required dependencies:
cd my-nft npm install
To start the My NFT application, run the following command:
npm start
This will start a local development server at http://localhost:3000
. You can access the application in your web browser by navigating to this URL.
Contributions to My NFT are welcome and encouraged! If you would like to contribute to this project, please follow these steps:
- Fork this repository to your own account.
- Create a branch with your changes:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push your changes to your fork:
git push origin my-new-feature
- Submit a pull request to the
master
branch of this repository.
This project is licensed under the MIT License. See the LICENSE file for details.