ace-rx is a lightweight, React-based chat application with a clean and responsive UI. It allows users to communicate in real-time with support for various attachment types including images, videos, and YouTube links.
- Node.js (v12 or higher) ⚡
- npm (v6 or higher) 📦
# Clone the repository
git clone https://github.com/aqemi/ace-rx.git
# Navigate to the project directory
cd ace-rx
# Install dependencies
npm install
# Copy the environment template
cp env.template .env
# Edit the .env file and fill in your configuration values
# Start the development server
npm start
Then open your browser and navigate to http://localhost:3000 (ノ◕ヮ◕)ノ*:・゚✧
# Create an optimized production build
npm run build
The build will be created in the dist
directory.
- Real-time messaging (〜 ̄▽ ̄)〜
- Attachment support (images, videos, YouTube) 📷 🎬
- Responsive design for all devices 📱 💻
- Customizable themes 🎨
- User avatars and profiles 👤
Note: This project is no longer being actively maintained (。•́︿•̀。)
This project is licensed under the MIT License - see the LICENSE file for details.