Skip to content

JessicaaSun/flower-blooming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flower Repository

Welcome to the Flower repository! This collection includes illustrative examples and tutorials focused on web technologies such as HTML, SCSS, and JS.

Download Source code from Github

To obtain the source code, use the following Git command:

$ git clone https://github.com/JessicaaSun/flower-blooming.git

Installing Ruby

Make sure to install Ruby, which is required for processing SCSS.

sudo npm install -g sass    

Linking SCSS File with HTML

Connect the SCSS file with HTML using the following command:

$ sass --watch style.scss:style.css

Additionally, ensure that the JS file is linked with the HTML file.

Once these steps are completed, you can successfully run the project.

flower

Feel free to explore the examples and tutorials provided in this repository. Happy coding!