This project showcases an elegant sunflower animation crafted using HTML, SCSS, and JavaScript.
Ensure you have the following prerequisites installed before starting:
- Clone the Repository:
git clone https://github.com/sreyounpann/HappyAnniversaryFlower.git
- Navigate to the project directory.
cd sunflower-animation
- Install the required dependencies.
npm install
To compile the SCSS file to CSS, follow these steps.
- Open a terminal in the project directory.
- Run the following command:
npm run sass
This will use the "Live Sass Compiler" configured in the project to watch for changes in the SCSS file and compile it to CSS.
3.Live Compilation: Any changes made to the SCSS file will be automatically compiled to CSS.
Note: Ensure you have Node.js and npm installed before running the commands above.
If you haven't installed "Live Sass Compiler" in your code editor, please install it to enable live compilation of SCSS to CSS.
For more information on installing Node.js and npm, visit Node.js Downloads.
If you have any questions or encounter issues, feel free to reach out to me on Instagram yeowdoingood. Feel free to copy and paste this into your README file!