Skip to content

UX Feedback #27

@whusterj

Description

@whusterj

Feedback from @JSicardiNC

  • 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 git@github.com:thinknimble/<project_name>.git
    git branch -M main
    git push -u origin main
  • Remind people to install the heroku CLI command and authenticate

  • Update project bootstrapping scripts - need to set SECRET_KEY and PLAYWRIGHT_TEST_USER_PASS as repository environment variables. These are needed for all tests to pass.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions