Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 443 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 443 Bytes

README

Constrax application for managing logistics on a construction site. The application allows users to schedule deliveries to different access points on construction sites like gates, hoists, and elevators.

#To start development server run:

  • gem install
  • npm install --prefix client
  • npm start --prefix client
  • rails s

#Instead of npm start and rails s you can start development server using:

  • foreman start -f Procfile.dev