Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UX Feedback #27

Open
whusterj opened this issue Feb 25, 2025 · 0 comments
Open

UX Feedback #27

whusterj opened this issue Feb 25, 2025 · 0 comments
Assignees

Comments

@whusterj
Copy link
Member

whusterj commented Feb 25, 2025

Feedback from @JSicardiNC

  1. This is the message you get after bootstrapping the project. This should include a quick memo to run tn gh-install first, because when you tn gh-create-repo, the command throws an error without it.
IMPORTANT! NEXT STEPS...
The next step is to create a git repository and push the code.
    tn gh-create-repo <project_name>
    cd <project_name>
    git init
    git add .
    git commit -m 'Initial commit'
    git remote add origin [email protected]:thinknimble/<project_name>.git
    git branch -M main
    git push -u origin main
  1. Remind people to install the heroku CLI command and authenticate
@whusterj whusterj self-assigned this Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant