StateForce v0.0.1 – Initial Setup Release
🚀 StateForce v0.0.1 – Initial Setup Release
This is the first public release of StateForce, an open-source emergency response resource management platform built with Ruby on Rails.
✅ What's Included
- 🔐 Authentication with Devise and OmniAuth (email confirmation + Google login)
- 📡 Real-time updates using Hotwire (Turbo + Stimulus)
- 🏥 Emergency resource tracking (hospitals, ambulances, rescue units, etc.)
- 👮 Role-based access control (CECOM, paramedics, fire department, etc.)
- 🗺️ Initial integration with public emergency infrastructure APIs (ArcGIS)
- 🎨 Responsive UI with TailwindCSS 4
- 📦 PostgreSQL 17, Redis, Sidekiq background processing
- ✅ System and integration tests (Capybara + Selenium)
🛠 Setup Instructions
To run locally:
git clone https://github.com/martinmendozadev/StateForce.git
cd StateForce
rbenv install 3.4.3 && rbenv global 3.4.3
bundle install
yarn install
cp .env.example .env
bin/setup
bin/dev👉 Visit http://localhost:3000 and log in with:
Email: test@stateforce.mx
Password: 123qweASD
🔍 Notes
- Interface is currently available in Spanish and partially in English.
- This is a non-production release meant for developers to explore the project and contribute.
- For full docs, visit the Wiki
📄 Assets
No compiled assets included in this release — clone and run the app locally.