A multilingual chat application that allows users to communicate across language barriers.
- Clone the repository
- Run the setup script:
bin/setup
This will install all dependencies, set up the database with seed and sample data, and prepare your development environment.
Use Foreman to run the development server which will start the Rails server, JavaScript bundling, and CSS processing in parallel:
bin/dev
This will start:
- Rails server on http://localhost:3000
- JS build process with esbuild (watching for changes)
- CSS build process with Sass (watching for changes)
This application uses:
jsbundling-railswith esbuild for JavaScriptcssbundling-railswith Sass for CSS- Bootstrap 5 for UI components
