Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 766 Bytes

README.rdoc

File metadata and controls

12 lines (9 loc) · 766 Bytes

Access Fuel

This project is live at www.accessfuel.com. The app is mobile-first. Access Fuel’s objective is to congregate all of Los Angeles’s events in the tech and networking fields.

Using the app for the first time

  • From Terminal, cd into the appropriate directory.

  • Run the command git clone [email protected]:andyk314/access_fuel.git (or your preferred means of git cloneing).

  • Run the command cd access_fuel

  • Run bundle install to make sure all gems are installed and up-to-date!

  • Run rake db:create, rake db:migrate, and rake db:seed in order to have some events in your database to play with in your Development environment

  • Run rails s to start the server!