First create a .env
file at the root of the project with the containing
NEXT_PUBLIC_AGENT_ID=<AGENT_ID>
API_KEY=<API_KEY>
To run this project locally, you will need to have Node.js installed. Once you have Node.js installed, you can clone this repository and run the following commands:
pmpn install
pmpn dev
This will start a local server on port 3000. You can then navigate to localhost:3000
to view the project!
This project is still in development! Contributions are very much appreciated!
If you would like to contribute to this project, please feel free to open a pull request or an issue, I hashed this project out in a few hours so there are bound to be some bugs!