## Entry DNSA DNS users frontend.## Initialize for development# create config/database.yml and config/settings.yml from the samples> bundle exec rake db:drop db:create db:migrate db:seed:development## TestsStart Guard> bundle exec guardRun tests> bundle exec rspec spec