ARMStrong Platform is a platform designed to address the challenges of data access and team synchronization across information systems. Its core functionality includes a CRM system for metrology management, radiation monitoring, planning, and communication systems. The platform is a self-contained product intended for local deployment.
Demo deployed here.
- Ruby >= 3.4.2
- Node.js >= 23.7.0
- SQLite3 (for development)
- PostgreSQL >=14
sudo dnf install git curl make && \
git clone [email protected]:digital-armstrong/Armstrong.Platform.git && \
cd Armstrong.Platform && \
make setup# Install project dependencies and build
make setup# Start in dev-mode
make start-dev
# Start in production-mode
make startmake cleanup# Start lint
make lint
# Start tests
make test
# Start lint and tests
make checkmake annotate