- Ruby 2.5.3
- Rails 5.2.1
- React.js 16.5.0
- TypeScript 3.0.3
- Docker
- PostgreSQL
$ git clone https://github.com/BikeCollectives/bikebike.git
$ cd bikebike
$ docker-compose run bikebike yarn
$ docker-compose run backend rake db:create
$ docker-compose run backend rake db:schema:load
$ docker-compose up --build
You should be able to access your dev instance at http://localhost:3000