/cricket-website

Cricketverse

Primary LanguageJavaScriptMIT LicenseMIT

We(me and @gamerking177) build this project for WebBuzz: Web Development Challenge(Hackathon) and we got the 144 rank among 2500 people.

🚀 Setting Up the Project

Follow these steps to set up the project on your local machine:

Prerequisites

Ensure that the following are installed on your machine:

  • Node.js (LTS version recommended)
  • npm (Node Package Manager)
  • Steps to Set Up the Project:
  • Clone the Repository: by writing the below code in your terminal
git clone https://github.com/Ketanop321/cricket-website.git 

This command will download the repository to your local machine.

If u use Github Desktop then click on code and then click on Github Desktop

Navigate to the Project Directory

Write this in terminal

cd cricket-website

Install Dependencies:write this in terminal

npm install or npm i

This will install all the necessary packages from the package.json file.

Run the Project Locally:write in termnal and this will start your project

npm start

This command will start the development server, and the website will be available at http://localhost:3000 in your browser.

Happy open contribution