Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 379 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 379 Bytes

To run this project locally after cloning, follow these steps:

  1. Install the necessary dependencies by running the following command:

    npm install
    
  2. Once the installation is complete, start the local development server by running:

    npm run dev
    

That's it! You should now be able to run the project locally on your machine. Enjoy coding!