Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 459 Bytes

QUICKSTART.md

File metadata and controls

26 lines (20 loc) · 459 Bytes

Ballbyball quickstart

  1. Fork and Clone Repository:
git clone https://github.com/soham2k06/cricket-scorer.git
  1. Install Dependencies:
npm i
  1. Run Application:
npm run dev
  1. Copy .env.example and add .env
cp .env.example .env
  1. Get your envs and fill them

  2. Access Locally: Open your web browser and navigate to http://localhost:3000 to access the application locally.