NFTHook-Dapp is a modern art gallery application built using React, Redux, Vite, and ShadcnUI.
- React: A JavaScript library for building user interfaces.
- Redux: A state management library used to manage application state in React.
- Vite: A modern front-end development and build tool that provides fast cold starts and instant hot module replacement.
- ShadcnUI: A React-based UI component library for quickly developing beautiful interfaces.
To run NFTHook-Dapp locally, follow these steps:
First, clone the repository to your local machine:
git clone git@github.com:NFTHook/nft-hook-dapp.git
cd nft-hook-dapp
Use pnpm
to install the project dependencies:
pnpm install
Start the development server to preview the project locally:
pnpm run dev
This command will launch a local server, and it will update in real-time whenever you make changes to the code.
To build the application for production, run:
pnpm run build
After building, you can find the output static files in the dist/
directory, ready for deployment.
Contributions to NFTHook-Dapp are welcome. Please start by opening an issue to discuss the problem you are facing or the feature you would like to add, then you can submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.