Skip to content

BikeCollectives/bikebike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bike!Bike!

Tech stack

Getting started

Pull down the repo

$ git clone https://github.com/BikeCollectives/bikebike.git
$ cd bikebike

Set up the docker containers

$ docker-compose run bikebike yarn
$ docker-compose run backend rake db:create
$ docker-compose run backend rake db:schema:load

Start the server

$ docker-compose up --build

Visit the site

You should be able to access your dev instance at http://localhost:3000