SSE | Sygnal Site Engine
Community ForumSupport Us!Micro-Consulting
  • Sygnal Site Engine ( SSE )
  • The SSE Architecture
  • What's New
  • Feature Roadmap
    • Component Architecture
    • File Copy & Augmented Builds
    • SA5 Integration
  • Installation & Setup
    • Setup Github Repository
    • Setup Netlify
      • jsDelivr
    • Setup Webflow
    • Advanced Install Notes
      • Creating a Persistent Test Env
      • Add SSE to an Existing Repo
  • Usage Notes
    • Developing with SSE
    • Building & Deploying Code
    • Code Structure
    • Page Router
    • Components
      • Components Future Notes
    • Source Structure & Key Files
      • Utilities
      • Route Dispatcher
      • Infrastructure
      • Usage Notes
    • SCSS
    • Useful Library Additions
      • Adding Libraries
      • Luxon
      • Cookies
      • Core Libraries
      • Extending Capabilities
    • Best Practices
    • Unit Testing
      • Using Google Sheets as a Unit Test Data Source
      • Datetime & Timezone Tests
      • Best Practices
      • Page 1
  • Sygnal Devproxy
    • What is Devproxy?
    • Devproxy Setup
    • Cloudflare Setup
    • Webflow Site Configuration
    • Configurations
      • Controlling deployment flow
    • Future
  • Tech Stack
    • Source Code Repository
    • Visual Studio Code
    • Developer IDE
    • Dev Hosting
    • Code CDN
    • Devproxy
  • Further Development
    • Dev Team Notes
      • Engine Mode
    • Reference Project
    • Future
      • Component Development
      • Reactive State Management
      • Expand Script Loading
    • Devmode
    • CI/CD Discussions
      • Page 2
    • SA5
  • Tools
    • Webflow Designer Notation
  • SPECIAL ENHANCEMENTS
    • cookie.js
    • PostHog
Powered by GitBook
On this page
  • Create new Repository
  • Public v. Private Repos
  • Create DEV branch
  • Initial Configuration
  1. Installation & Setup

Setup Github Repository

PreviousSA5 IntegrationNextSetup Netlify

Last updated 7 months ago

Create new Repository

Everything you need is there for your basic site engine.

  1. Ensure that you are logged into your GitHub account.

  2. Create a new repo for your site engine, based on

    • to create it directly.

  3. 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.

Public v. Private Repos

Affects your CDN hosting options as follows;

Netlify Free
Netlify Pro
jsDelivr
NPM

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

??

Create DEV branch

Now create a DEV branch on your repo, you'll do all of your DEV and TEST work here in a typical setup.

Initial Configuration

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

Sygnal's SSE Template
Click this link