Deployment Link - https://animata-issue-191.vercel.app/
Just change the constant->index.jsx content according to yourself, and Done! 👍
-
Fork the repository:
- Click the Fork button at the top right of this repository to create a copy of the repository under your GitHub account.
-
Clone the forked repository:
- Open your terminal and run the following command:
git clone https://github.com/AE-Hertz/animata-issue-191.git
Before running the project, make sure you have Node.js installed. Then, install the necessary dependencies using the following command:
npm install
To start the development server using Vite, run the following command:
npm run dev
This will launch the project, and you should be able to access it in your browser at http://localhost:5173
(or the port shown in your terminal).
Feel free to contribute to the project by creating pull requests or reporting issues. For any major changes, please open an issue first to discuss what you would like to change.