This repository contains the source code for Giftify Bot's website.
The website is built using NextJS. It uses Tailwind CSS for styling.
- Clone the repository:
git clone https://github.com/Giftify-Bot/Giftify-Website
- Install the dependencies:
cd Giftify-Website
npm install
To run the website, use the following command:
npm run dev
This will start the website on http://localhost:3000.
If you'd like to contribute to the website, you can follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Push your changes to your fork.
- Submit a pull request to the main repository.
To access the live version of the website, visit https://giftifybot.vercel.app.
The source code in this repository is licensed under the MIT License.