destiny-aviato / destinder

Destiny LFG site for the elite
http://destinder.com/
6 stars 7 forks source link

Just wanted to say that this is excellent. This is going to be one of the best destiny 2 websites! #387

Open FlexibleSwift opened 7 years ago

FlexibleSwift commented 7 years ago

Great work!

brianbolnick commented 7 years ago

Thanks @FlexibleSwift! Do you have any suggestions or ideas for improvement anywhere? We love feedback.

FlexibleSwift commented 7 years ago

When is the feature to see other players stats going to drop?

FlexibleSwift commented 7 years ago

BY the way, I can't get the rails part to work... I wrote "rails new db:migrate" and then "rails new server" but localhost:3000 isnt available

brianbolnick commented 7 years ago

It will still probably be another couple of weeks, we are changing around some things stack-wise so we can handle updates and changes faster.

You shouldn't need to include new in your commands when you run them. Assuming you've already ran rake db:create to create the databases as well as other dependencies like bundle install and figaro install as mentioned in the readme), you should just need to run rails server to start spinning it up. Let me know if you still have questions!

Also, we're playing around with a new front end, I'd love to hear your suggestions! There is no dynamic data as of right now so you're just looking at design: http://destinder-client-beta.herokuapp.com/. What are your thoughts compared to what's currently there?

brianbolnick commented 6 years ago

@FlexibleSwift were you able to get the app up and running?