-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Feedback from @JSicardiNC
- This is the message you get after bootstrapping the project. This should include a quick memo to run
tn gh-installfirst, because when youtn 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_KEYandPLAYWRIGHT_TEST_USER_PASSas repository environment variables. These are needed for all tests to pass.