Skip to content

darkttyu/pup-kiosk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Development 1st Semester - Activity

This repository is part of an activity for the Web Development subject in the 1st Semester of our 3rd Year. If you're interested in cloning or getting a copy of this repository, please consider the following steps and requirements.

Getting Started

Cloning the Repository

  1. Clone the repository using the following command:
    git clone <repository-url>

If Dragscroll Does Not Work

If you successfully cloned the repository but dragscroll does not work, follow these steps:

  1. Initialize the project:

    • Open the terminal in the project directory.
    • Run the following command to initialize the project:
      npm init -y

    This will generate the node_modules folder, package-lock.json, and package.json files.

  2. Install the dragscroll package:

    • Use the following command to install the dragscroll package:
      npm install dragscroll

After completing these steps, dragscroll should work as expected and you can run it by opening the Live Server, assuming that you have it installed in your Visual Studio Code.


Thank You!

If you found this repository useful, feel free to give it a star! 😊

Also, follow me on GitHub for more projects and updates. Thank you for checking out my work!


License

This repository is for educational purposes and is part of the Web Development curriculum.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors