Run project locally:
1- Clone the project
2- Run: npm install
3- Get your api key from: https://dashboard.pimlico.io/sign-in
4- Create .env file in the root of the project.
5- Add in .env file your pimlico api key: NEXT_PUBLIC_PIMLICO_API_KEY=your_api_key
6- Run: npm run dev