This is a Next.js project bootstrapped with create-next-app
.
This license applies to all code contained in this repository.
This project utilizes a Tailwind CSS theme configuration, allowing you to customize theme colors, element border-radius, and typography sizes to suit your needs. Check tailwind.config.ts file.
Change the NEXT_PUBLIC_AFFILIATE_ADDRESS
variable in .env file with your address and other related to project information.
To add your project logo change Logo component.
First, install dependencies:
npm install
And run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.