Setup Github Repository
Last updated
Last updated
Everything you need is there for your basic site engine.
Ensure that you are logged into your GitHub account.
Create a new repo for your site engine, based on
to create it directly.
Make your repo public
This is necessary if you want to use Netlify free edition with an organization-owned repo. If you want your repo to be a private org repo you can use Netlify pro.
Affects your CDN hosting options as follows;
Free
$25/mo ?
Free
Free
Organization owned
Public repo
Yes
Yes
Yes
Yes
Private repo
No
Yes
No
??
Personally-owned
Public repo
Yes
Yes
Yes
??
Private repo
Yes
Yes
No
??
Now create a DEV branch on your repo, you'll do all of your DEV and TEST work here in a typical setup.
Create Codespace in VSCode
We highly recommend that you create your codespace on the DEV branch only. This protect you against accidental deployments or main-branch commits in the Netlify configuration.
Adjustments;
Any basic ones desired
Create a v0.1.0 release