Here are the steps you need to follow to install the dependencies.
1.Download the code
2.cd into the template directory then run this command to install all the dependencies
npm install
or
yarn install
You can start the project on the local server
npm run dev
It’ll start the template on localhost:3000.
The documentation includes all the guides you need for the integrations.