https://github.com/buildwithcode888/agrotree
https://github.com/buildwithcode888/agrotree
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/buildwithcode888/agrotree
- Owner: buildwithcode888
- License: mit
- Created: 2025-01-18T16:30:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-18T16:33:53.000Z (over 1 year ago)
- Last Synced: 2025-07-14T09:05:06.031Z (11 months ago)
- Language: TypeScript
- Size: 7.54 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DJ Pepe NFT Marketplace
This is a NFT Marketplace powered by Generative AI for creating NFT assets using Stable Diffusion, DALL-E and Midjourney.
https://github.com/user-attachments/assets/79923f0a-3a58-43a0-b217-c884c5da3007
## Technologies Used
-Frontend
- [Next.js 14](https://nextjs.org/docs/getting-started)
- [NextUI v2](https://nextui.org/)
- [Tailwind CSS](https://tailwindcss.com/)
- [TypeScript](https://www.typescriptlang.org/)
- [Framer Motion](https://www.framer.com/motion/)
-Backend
- [Node.js](https://nodejs.org/)
- [Express.js](https://expressjs.com/)
- [postgres](https://www.postgresql.org/)
- [subgraph](https://thegraph.com/)
-Smart Contract
- [solidity](https://docs.soliditylang.org/en/v0.8.17/)
- [hardhat](https://hardhat.org/)
### Install dependencies
You can use one of them `npm`, `yarn`, `pnpm`, `bun`, Example using `npm`:
```bash
npm install
```
### Run the development server
```bash
npm run dev
```
### Setup pnpm (optional)
If you are using `pnpm`, you need to add the following code to your `.npmrc` file:
```bash
public-hoist-pattern[]=*@nextui-org/*
```
After modifying the `.npmrc` file, you need to run `pnpm install` again to ensure that the dependencies are installed correctly.
## License
This project is licensed under the MIT License.
Feel free to use this format and customize it for your specific project needs! Let me know if you need further tweaks.