Here are the steps you need to follow to install the dependencies.
- clone the repository.
git clone https://github.com/ankur020/Calendar
- Run this command to install all the dependencies
npm install
or
yarn install
- Now run this command to start the developement server
npm run dev
or
yarn dev