Skip to content

Latest commit

 

History

History
executable file
·
25 lines (13 loc) · 429 Bytes

File metadata and controls

executable file
·
25 lines (13 loc) · 429 Bytes

Affinity Platform Web Client

It is a Rails 5.2 app with Ruby 2.4

Running on your Machine

Get the source:

$ git clone https://github.com/alexander34ro/affinity-platform-web.git

$ cd affinity-platform-web

Then install the bundler gem:

$ gem install bundler

Set up the other gems:

$ bundle install

Start the server:

$ rails s

Open http://localhost:3000 in your browser to see the app running.