-
Clone the repository to your local system using below command.
git clone https://github.com/samyabrata-maji/digital-dreamers-site.git
-
Install Dependencies using below command.
npm install
-
To start development server use
npm run dev
-
For production build use below command
npm run build