Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 693 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 693 Bytes

JS Chat Website 💬 👾

JS website chat GIF

This is a chat UI built entirely with Javascript (React specifically) 😃

All you need to run the webstie is NPM installed on your computer!

To run the website, clone the director, cd into it with your terminal:

1. Add .env file

Within your .env file, add the following with your ChatEngine.io Project ID (instead of XXXX)

VITE_CHAT_ENGINE_PROJECT_ID=XXXX

2. Run the code!

npm install # to install all packages
npm run dev # to start the website

Then, your webstie will be running at http://localhost:5173/

Done 🎉