You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@mtliendo I missed your comment here, sorry! I think that's a good plan. Right now we also assume postgres, so we may want to pave the way for updating that in the future.
Maybe the flow could be:
What type of database would you like to use? (multiple choice, postgres only for now)
Do you have it setup already? (y/n)
if yes, ask above questions but reword for clarity
if no, guide them through it? (brew install postgres && createuser postgres --superuser)
If the last step is too much to deal with, we could always link them to a markdown file in the repo.
From a blog where someone was setting up a new project:
The text was updated successfully, but these errors were encountered: