- Fork and Clone Repository:
git clone https://github.com/soham2k06/cricket-scorer.git
- Install Dependencies:
npm i
- Run Application:
npm run dev
- Copy .env.example and add .env
cp .env.example .env
-
Get your envs and fill them
-
Access Locally: Open your web browser and navigate to
http://localhost:3000
to access the application locally.