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.
-
From Terminal,
cd
into the appropriate directory. -
Run the command
git clone git@github.com:andyk314/access_fuel.git
(or your preferred means ofgit clone
ing). -
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
, andrake 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!