This project is a chat user interface developed using JavaScript, specifically with React. The backend is handled by ChatEngine.io
To get started with this ChatNest webApp, ensure that NPM (Node Package Manager) is installed on your system.
To run the website, clone the directory, cd
into it with your terminal:
Within your .env
file, add the following with your ChatEngine.io Project ID
VITE_CHAT_ENGINE_PROJECT_ID=XXXX
npm install # to install all packages
npm run dev # to start the website
Then, your website will be running at http://localhost:5173/
Done 🎉