Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 446 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 446 Bytes

Electron Core

Checkout the wiki for more of a comprehensive guide

Installation

To quickly setup with docker, do the following:

docker network create electron

docker-compose build
docker-compose run web bundle install
docker-compose run web rake db:drop db:create db:migrate db:seed
docker-compose up

For the development, checkout the wiki.