# Docker [Beta] 1. Install `docker` and `docker-compose` 1. `git clone git@github.com:thepracticaldev/dev.to.git` 1. Set environment variables above as described in the "Basic Installation" 1. run `docker-compose build` 1. run `docker-compose run web rails db:setup` 1. run `docker-compose run web yarn install` 1. run `docker-compose up` 1. That's it! Navigate to `localhost:3000`