Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 600 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 600 Bytes

Agency Site

Screenshot 2023-09-03 122550

Developer setup guide

  1. Clone the repository to your local system using below command.

    git clone https://github.com/samyabrata-maji/digital-dreamers-site.git
  2. Install Dependencies using below command.

    npm install
  3. To start development server use

    npm run dev
  4. For production build use below command

    npm run build