diff --git a/Procfile.dev b/Procfile.dev new file mode 100644 index 00000000..eb2064c3 --- /dev/null +++ b/Procfile.dev @@ -0,0 +1,2 @@ +web: bin/webpack-dev-server +api: bundle exec rails server -p 3000 \ No newline at end of file diff --git a/README.md b/README.md index c61ef1b8..05655881 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,11 @@ None (yet). `bin/rspec` -## Staging Environment +## Development Environment -None (yet). +This command will run using Foreman and start the app using both webpack and puma. + +$ bin/dev ## Production Environment diff --git a/app/assets/images/ruby_au_icon.svg b/app/assets/images/ruby_au_icon.svg new file mode 100644 index 00000000..eeddc31e --- /dev/null +++ b/app/assets/images/ruby_au_icon.svg @@ -0,0 +1,9 @@ + + + diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 6179fa1a..b314e686 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -1,146 +1,76 @@
- - + +