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
git commit -m 'feat: initialize project from phaser-template'
65
-
```
66
-
67
-
> [!NOTE]
68
-
> Commit messages follow [Conventional Commits](https://conventionalcommits.org/), which helps with release.
69
-
70
-
Once you're ready, [push the local repository to GitHub](https://help.github.com/articles/adding-an-existing-project-to-github-using-the-command-line/) (or another remote repository):
71
-
72
-
```sh
73
-
git remote add origin <remote-repository-url>
74
-
git push origin -u origin master
75
-
```
76
-
77
-
## Environment Variables
78
-
79
-
Set the environment variables:
80
-
81
-
```sh
82
-
less .env
83
-
```
84
-
85
-
Update the **Secrets** in the repository **Settings**.
0 commit comments